#page-home .home-proof-section{padding:92px 0;background:linear-gradient(180deg,#FAFBFD 0%,#F3F6FB 100%);position:relative;overflow:hidden}#page-home .home-proof-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(900px,70%);height:380px;background:radial-gradient(ellipse at center,rgba(0,212,170,0.08) 0%,rgba(0,212,170,0.02) 40%,transparent 70%);pointer-events:none;z-index:0}#page-home .home-proof-section>.container{position:relative;z-index:1}#page-home .home-proof-section .section-header{margin-bottom:48px}#page-home .home-proof-section .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:18px}#page-home .home-proof-section .eyebrow::before{content:'';width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.16)}#page-home .home-proof-section h2{letter-spacing:-0.03em;max-width:22ch}#page-home .home-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}#page-home .home-proof-card{position:relative;display:flex;flex-direction:column;padding:28px 26px 26px;border-radius:22px;background:#ffffff;border:1px solid var(--gray-100);box-shadow:0 1px 2px rgba(15,23,42,0.05),0 8px 20px rgba(15,23,42,0.06),0 22px 44px rgba(15,23,42,0.05);overflow:hidden;text-align:left;min-height:260px;isolation:isolate;transition:transform 0.4s cubic-bezier(.2,.8,.2,1),box-shadow 0.4s ease,border-color 0.4s ease}#page-home .home-proof-card::before,#page-home .home-proof-card::after{content:none}#page-home .home-proof-card{background:radial-gradient(ellipse 85% 70% at 100% 100%,rgba(0,212,170,0.07) 0%,transparent 55%),linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)}#page-home .home-proof-card[data-tone="users"]{background:radial-gradient(ellipse 85% 70% at 100% 100%,rgba(0,212,170,0.11) 0%,transparent 55%),linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)}#page-home .home-proof-card[data-tone="hosting"]{background:radial-gradient(ellipse 85% 70% at 100% 100%,rgba(11,18,34,0.05) 0%,transparent 55%),linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%)}#page-home .home-proof-card:hover{transform:translateY(-5px);border-color:rgba(0,212,170,0.30);box-shadow:0 1px 2px rgba(15,23,42,0.05),0 14px 28px rgba(15,23,42,0.08),0 32px 56px rgba(0,212,170,0.12)}#page-home .home-proof-card .home-proof-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}#page-home .home-proof-card .home-proof-index{font-family:'Sora',sans-serif;font-size:12px;font-weight:700;color:var(--gray-300);letter-spacing:0.12em;transition:color 0.3s ease}#page-home .home-proof-card:hover .home-proof-index{color:var(--teal-dark)}#page-home .home-proof-card .home-proof-icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,rgba(0,212,170,0.10),rgba(0,212,170,0.03));border:1px solid rgba(0,212,170,0.20);color:var(--teal-dark);transition:background 0.3s ease,border-color 0.3s ease,transform 0.3s ease}#page-home .home-proof-card .home-proof-icon svg{width:20px;height:20px}#page-home .home-proof-card:hover .home-proof-icon{background:linear-gradient(135deg,rgba(0,212,170,0.18),rgba(0,212,170,0.06));border-color:rgba(0,212,170,0.32);transform:scale(1.04) rotate(-2deg)}#page-home .home-proof-card .home-proof-metric{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:14px}#page-home .home-proof-card .home-proof-number{font-family:'Sora',sans-serif;font-size:clamp(56px,5.5vw,72px);line-height:1.15;letter-spacing:-0.055em;font-weight:800;color:var(--navy);background:linear-gradient(135deg,var(--navy) 0%,#1A2744 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding:0.1em 0.04em}#page-home .home-proof-card .home-proof-number--accent{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#page-home .home-proof-card .home-proof-unit{font-family:'Sora',sans-serif;font-size:20px;line-height:1.1;letter-spacing:-0.02em;font-weight:700;color:var(--navy)}#page-home .home-proof-card p{margin:auto 0 0;color:var(--gray-600);font-size:14.5px;line-height:1.55;padding-top:16px;border-top:1px solid var(--gray-100)}@keyframes homeProofRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}#page-home.active .home-proof-grid .home-proof-card:nth-child(1){animation:homeProofRise 0.55s cubic-bezier(.2,.8,.2,1) 0.05s both}#page-home.active .home-proof-grid .home-proof-card:nth-child(2){animation:homeProofRise 0.55s cubic-bezier(.2,.8,.2,1) 0.14s both}#page-home.active .home-proof-grid .home-proof-card:nth-child(3){animation:homeProofRise 0.55s cubic-bezier(.2,.8,.2,1) 0.23s both}#page-home.active .home-proof-grid .home-proof-card:nth-child(4){animation:homeProofRise 0.55s cubic-bezier(.2,.8,.2,1) 0.32s both}@media (max-width:1024px){#page-home .home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){#page-home .home-proof-grid{grid-template-columns:1fr}#page-home .home-proof-card{min-height:auto}#page-home .home-proof-section{padding:64px 0}}.home-value-section{position:relative;padding:96px 0;background:radial-gradient(ellipse 50% 35% at 50% 0%,rgba(0,212,170,0.05),transparent 55%),#ffffff}.home-value-section::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(15,23,42,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,0.025) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(0,0,0,0.45),transparent 75%);mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(0,0,0,0.45),transparent 75%);pointer-events:none;opacity:0.5}.home-value-section>.container{position:relative;z-index:1}.home-value-header{text-align:center;max-width:720px;margin:0 auto 56px}.home-value-header .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:18px}.home-value-header .eyebrow::before{content:'';width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.16)}.home-value-header h2{font-size:clamp(28px,3vw,40px);letter-spacing:-0.025em;line-height:1.16;margin:0 0 16px;color:var(--navy)}.home-value-intro{margin:0;color:var(--gray-600);font-size:15.5px;line-height:1.55}.home-value-section .home-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-value-section .home-value-card{display:flex;flex-direction:column;position:relative;height:100%;padding:0;background:#ffffff;border:1px solid var(--gray-100);border-radius:22px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,0.04),0 6px 20px rgba(15,23,42,0.05);transition:transform 0.3s cubic-bezier(0.22,1,0.36,1),border-color 0.3s ease,box-shadow 0.3s ease}.home-value-section .home-value-card::before{display:none}.home-value-visual{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:linear-gradient(180deg,#F5FDFB 0%,#EBF9F5 100%)}.home-value-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(0.22,1,0.36,1)}.home-value-visual-glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 100% 60% at 50% 100%,rgba(0,212,170,0.08),transparent 70%)}.home-value-body{flex:1;display:flex;flex-direction:column;padding:28px 28px 26px}.home-value-tag{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:5px 12px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:10.5px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:14px}.home-value-tag::before{content:'';width:5px;height:5px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 3px rgba(0,212,170,0.18)}.home-value-section .home-value-card h3{font-size:20px;font-weight:700;letter-spacing:-0.015em;color:var(--navy);margin:0 0 10px;line-height:1.25}.home-value-section .home-value-card p{margin:0;font-size:14.5px;line-height:1.55;color:var(--gray-600)}.home-value-card--linked{cursor:pointer;display:flex;flex-direction:column}.home-value-card--linked:hover{transform:translateY(-6px);border-color:rgba(0,212,170,0.32);box-shadow:0 2px 4px rgba(15,23,42,0.05),0 18px 40px rgba(15,23,42,0.10),0 0 0 1px rgba(0,212,170,0.08)}.home-value-card--linked:hover .home-value-visual img{transform:scale(1.04)}.home-value-card--linked:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.home-value-linkrow{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--teal-dark);font-size:13.5px;font-weight:700;letter-spacing:-0.005em}.home-value-linkrow svg{width:15px;height:15px;transition:transform 0.3s cubic-bezier(0.22,1,0.36,1)}.home-value-card--linked:hover .home-value-linkrow svg{transform:translateX(4px)}@media (max-width:1024px){.home-value-section .home-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.home-value-section{padding:72px 0}.home-value-section .home-value-grid{grid-template-columns:1fr}.home-value-body{padding:24px 22px 22px}.home-value-header{margin-bottom:40px}}.home-modules-section{position:relative;padding:96px 0;background:#ffffff}.home-modules-header{text-align:center;max-width:720px;margin:0 auto 56px}.home-modules-header .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:18px}.home-modules-header .eyebrow::before{content:'';width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.16)}.home-modules-header h2{font-size:clamp(28px,3vw,40px);letter-spacing:-0.025em;line-height:1.16;margin:0 0 16px;color:var(--navy)}.home-modules-header p{margin:0;color:var(--gray-600);font-size:15.5px;line-height:1.55}.home-modules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-module-card{position:relative;display:flex;flex-direction:column;padding:32px 28px 26px;background:#ffffff;border:1px solid var(--gray-100);border-radius:20px;text-decoration:none;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,0.04),0 4px 14px rgba(15,23,42,0.04);transition:transform 0.3s cubic-bezier(0.22,1,0.36,1),border-color 0.25s ease,box-shadow 0.25s ease;overflow:hidden}.home-module-card::before{content:'';position:absolute;top:0;right:0;width:160px;height:160px;background:radial-gradient(circle at 100% 0%,rgba(0,212,170,0.10),transparent 70%);pointer-events:none}.home-module-card:hover{transform:translateY(-4px);border-color:rgba(0,212,170,0.28);box-shadow:0 1px 2px rgba(15,23,42,0.05),0 14px 30px rgba(15,23,42,0.08)}.home-module-card:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.home-module-card--primary{background:radial-gradient(ellipse 50% 50% at 100% 0%,rgba(0,212,170,0.08),transparent 60%),#ffffff}.home-module-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,rgba(0,212,170,0.14),rgba(0,212,170,0.04));border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);display:inline-grid;place-items:center;margin-bottom:22px;position:relative;z-index:1}.home-module-icon svg{width:24px;height:24px}.home-module-card--primary .home-module-icon{background:linear-gradient(135deg,rgba(0,212,170,0.20),rgba(0,212,170,0.08));border-color:rgba(0,212,170,0.32)}.home-module-tag{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:4px 12px;border-radius:999px;background:var(--gray-100);color:var(--gray-600);font-size:10.5px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:12px;position:relative;z-index:1}.home-module-card--primary .home-module-tag{background:rgba(0,212,170,0.10);color:var(--teal-dark)}.home-module-card h3{font-size:18px;font-weight:700;letter-spacing:-0.015em;color:var(--navy);margin:0 0 10px;line-height:1.25;position:relative;z-index:1}.home-module-card p{margin:0;font-size:14px;line-height:1.55;color:var(--gray-600);position:relative;z-index:1;flex:1}.home-module-linkrow{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid var(--gray-100);color:var(--teal-dark);font-size:13.5px;font-weight:700;letter-spacing:-0.005em;position:relative;z-index:1}.home-module-linkrow svg{width:15px;height:15px;transition:transform 0.25s ease}.home-module-card:hover .home-module-linkrow svg{transform:translateX(4px)}.home-advantage-section{padding:96px 0;background:radial-gradient(ellipse 60% 50% at 100% 100%,rgba(0,212,170,0.12),transparent 55%),radial-gradient(ellipse 60% 50% at 0% 0%,rgba(0,212,170,0.08),transparent 55%),linear-gradient(135deg,#0F1A30 0%,#0B1222 100%);color:#ffffff;position:relative;overflow:hidden}.home-advantage-section::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,0.7),transparent 85%);mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,0.7),transparent 85%);pointer-events:none}.home-advantage-section>.container{position:relative;z-index:1}.home-advantage-header{text-align:center;max-width:720px;margin:0 auto 56px}.home-advantage-header .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,212,170,0.14);border:1px solid rgba(0,212,170,0.32);color:#7eead3;font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:18px}.home-advantage-header .eyebrow::before{content:'';width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.20)}.home-advantage-header h2{font-size:clamp(28px,3vw,40px);letter-spacing:-0.025em;line-height:1.16;margin:0 0 16px;color:#ffffff}.home-advantage-header p{margin:0;color:rgba(255,255,255,0.72);font-size:15.5px;line-height:1.55}.home-advantage-section .home-advantage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-advantage-section .home-advantage-card{display:flex;flex-direction:column;gap:0;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.10);border-radius:22px;padding:36px 32px 32px;height:100%;box-shadow:none;position:relative;overflow:hidden;transition:transform 0.25s ease,border-color 0.25s ease,background 0.25s ease}.home-advantage-section .home-advantage-card:hover{transform:translateY(-4px);border-color:rgba(0,212,170,0.35);background:rgba(255,255,255,0.06)}.home-advantage-section .home-advantage-card--accent{background:radial-gradient(ellipse 70% 70% at 100% 0%,rgba(0,212,170,0.14),transparent 60%),rgba(255,255,255,0.05);border-color:rgba(0,212,170,0.28)}.home-advantage-num{font-family:'Sora',var(--font-sans);font-size:44px;font-weight:700;letter-spacing:-0.04em;line-height:1;background:linear-gradient(135deg,#7eead3,var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:22px}.home-advantage-body{display:flex;flex-direction:column;flex:1}.home-advantage-section .home-advantage-tag{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:4px 12px;border-radius:999px;background:rgba(0,212,170,0.14);border:1px solid rgba(0,212,170,0.28);color:#7eead3;font-size:10.5px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:12px}.home-advantage-section .home-advantage-card h3{color:#ffffff;font-size:19px;font-weight:700;letter-spacing:-0.015em;margin:0 0 10px;line-height:1.25}.home-advantage-section .home-advantage-card p{margin:0 0 20px;color:rgba(255,255,255,0.72);font-size:14px;line-height:1.55}.home-advantage-list{list-style:none;padding:20px 0 0;margin:0;border-top:1px solid rgba(255,255,255,0.10);display:flex;flex-direction:column;gap:10px}.home-advantage-list li{position:relative;padding-left:22px;font-size:13px;line-height:1.45;color:rgba(255,255,255,0.78)}.home-advantage-list li::before{content:'';position:absolute;left:0;top:5px;width:12px;height:12px;border-radius:4px;background:var(--teal);opacity:0.9}.home-advantage-list li::after{content:'';position:absolute;left:3px;top:8px;width:5px;height:3px;border-left:1.5px solid var(--navy);border-bottom:1.5px solid var(--navy);transform:rotate(-45deg)}.home-flow-section{padding:96px 0;background:radial-gradient(ellipse 50% 40% at 50% 0%,rgba(0,212,170,0.06),transparent 55%),linear-gradient(180deg,#FAFBFD 0%,#F3F6FB 100%)}.home-flow-header{text-align:center;max-width:720px;margin:0 auto 56px}.home-flow-header .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:18px}.home-flow-header .eyebrow::before{content:'';width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.16)}.home-flow-header h2{font-size:clamp(26px,2.8vw,36px);letter-spacing:-0.025em;line-height:1.18;margin:0 0 14px;color:var(--navy)}.home-flow-header p{margin:0;color:var(--gray-600);font-size:15.5px;line-height:1.55}.home-flow-track{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-flow-line{position:absolute;top:46px;left:16%;right:16%;height:2px;background:linear-gradient(90deg,rgba(0,212,170,0.22) 0%,var(--teal) 50%,rgba(0,212,170,0.50) 100%);z-index:0}.home-flow-section .home-flow-card{position:relative;background:#ffffff;border:1px solid var(--gray-100);border-radius:20px;padding:64px 28px 28px;box-shadow:0 1px 2px rgba(15,23,42,0.04),0 6px 18px rgba(15,23,42,0.04);display:flex;flex-direction:column;transition:transform 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease}.home-flow-section .home-flow-card::before{display:none}.home-flow-section .home-flow-card:hover{transform:translateY(-3px);border-color:rgba(0,212,170,0.28);box-shadow:0 1px 2px rgba(15,23,42,0.05),0 12px 28px rgba(15,23,42,0.08)}.home-flow-section .home-flow-card--final{background:radial-gradient(ellipse 60% 60% at 100% 0%,rgba(0,212,170,0.12),transparent 60%),#FAFEFC;border-color:rgba(0,212,170,0.28)}.home-flow-marker{position:absolute;top:40px;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:999px;background:#ffffff;border:3px solid var(--teal);display:grid;place-items:center;z-index:1;box-shadow:0 0 0 4px rgba(0,212,170,0.14),0 4px 12px rgba(0,212,170,0.20)}.home-flow-marker-dot{width:4px;height:4px;border-radius:999px;background:var(--teal)}.home-flow-section .home-flow-step{display:block;position:static;top:auto;left:auto;width:auto;height:auto;background:transparent;border-radius:0;font-family:'Sora',var(--font-sans);font-size:36px;font-weight:700;letter-spacing:-0.04em;line-height:1;background:linear-gradient(135deg,var(--teal-dark),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:14px;text-align:left}.home-flow-section .home-flow-card h3{font-size:17px;font-weight:700;letter-spacing:-0.01em;color:var(--navy);margin:0 0 8px;line-height:1.3}.home-flow-section .home-flow-card p{margin:0 0 18px;color:var(--gray-600);font-size:14px;line-height:1.55;flex:1}.home-flow-time{display:inline-flex;align-self:flex-start;padding:5px 12px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:11.5px;font-weight:700;letter-spacing:0.02em}.home-flow-note{display:inline-flex;align-items:center;gap:12px;margin:40px auto 0;padding:14px 20px;background:#ffffff;border:1px solid var(--gray-200);border-radius:999px;color:var(--gray-700);font-size:14px;box-shadow:0 4px 14px rgba(15,23,42,0.04)}.home-flow-note{max-width:fit-content}.home-flow-section>.container{display:flex;flex-direction:column}.home-flow-section .home-flow-note{align-self:center}.home-flow-note svg{width:18px;height:18px;color:var(--teal-dark);flex-shrink:0}.home-faq-section{padding:96px 0;background:#ffffff}.home-faq-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:56px;align-items:start}.home-faq-left{position:sticky;top:96px}.home-faq-left .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(0,212,170,0.10);border:1px solid rgba(0,212,170,0.22);color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:18px}.home-faq-left .eyebrow::before{content:'';width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.16)}.home-faq-left h2{font-size:clamp(26px,2.8vw,36px);letter-spacing:-0.025em;line-height:1.18;margin:0 0 16px;color:var(--navy)}.home-faq-left>p{margin:0 0 28px;color:var(--gray-600);font-size:15px;line-height:1.55}.home-faq-aside{background:radial-gradient(ellipse 50% 80% at 0% 0%,rgba(0,212,170,0.08),transparent 60%),#FAFBFD;border:1px solid var(--gray-100);border-radius:18px;padding:24px 24px}.home-faq-aside-title{font-size:15.5px;font-weight:700;letter-spacing:-0.01em;color:var(--navy);margin-bottom:8px}.home-faq-aside p{margin:0 0 18px;font-size:13.5px;line-height:1.5;color:var(--gray-600)}.home-faq-aside .btn{font-size:13.5px;padding:10px 20px}.home-faq-list{display:flex;flex-direction:column;gap:12px}.home-faq-section .faq-item{background:#ffffff;border:1px solid var(--gray-100);border-radius:16px;overflow:hidden;transition:border-color 0.25s ease,box-shadow 0.25s ease}.home-faq-section .faq-item:hover{border-color:rgba(0,212,170,0.22);box-shadow:0 4px 14px rgba(15,23,42,0.04)}.home-faq-section .faq-item.open{border-color:rgba(0,212,170,0.32);background:radial-gradient(ellipse 40% 100% at 0% 0%,rgba(0,212,170,0.05),transparent 60%),#ffffff}.home-faq-section .faq-button{width:100%;background:none;border:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;font-size:16px;font-weight:600;letter-spacing:-0.01em;color:var(--navy);text-align:left;cursor:pointer;font-family:inherit}.home-faq-section .faq-chevron{width:32px;height:32px;border-radius:999px;background:rgba(0,212,170,0.10);color:var(--teal-dark);display:inline-grid;place-items:center;flex-shrink:0;transition:transform 0.3s ease,background 0.25s ease}.home-faq-section .faq-chevron svg{width:16px;height:16px}.home-faq-section .faq-item.open .faq-chevron{transform:rotate(180deg);background:var(--teal);color:var(--navy)}.home-faq-section .faq-answer{padding:0 26px 22px;color:var(--gray-600);font-size:14.5px;line-height:1.6;display:none}.home-faq-section .faq-item.open .faq-answer{display:block}.home-final-cta-section{padding:72px 0 120px;background:#ffffff}.home-final-cta-panel{position:relative;background:radial-gradient(ellipse 60% 80% at 100% 0%,rgba(0,212,170,0.22),transparent 60%),radial-gradient(ellipse 60% 80% at 0% 100%,rgba(0,212,170,0.14),transparent 60%),linear-gradient(135deg,#0F1A30 0%,#0B1222 100%);border:1px solid rgba(0,212,170,0.28);border-radius:32px;padding:72px 56px 64px;color:#ffffff;text-align:center;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,0.22)}.home-final-cta-panel::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,0.6),transparent 80%);mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,0.6),transparent 80%);pointer-events:none}.home-final-cta-panel>*{position:relative;z-index:1}.home-final-cta-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;border-radius:999px;background:rgba(0,212,170,0.16);border:1px solid rgba(0,212,170,0.34);color:#7eead3;font-size:11px;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;margin-bottom:24px}.home-final-cta-dot{width:6px;height:6px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,170,0.22)}.home-final-cta-panel h2{font-size:clamp(28px,3.2vw,44px);letter-spacing:-0.025em;line-height:1.14;margin:0 auto 18px;max-width:720px;color:#ffffff}.home-final-cta-panel p{margin:0 auto 36px;max-width:640px;color:rgba(255,255,255,0.75);font-size:16px;line-height:1.55}.home-final-cta-actions{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px}.home-final-cta-panel .btn.btn-secondary-dark{background:transparent;border-color:rgba(255,255,255,0.32);color:#ffffff}.home-final-cta-panel .btn.btn-secondary-dark:hover{background:rgba(255,255,255,0.08);color:#ffffff}.home-final-cta-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;padding-top:32px;border-top:1px solid rgba(255,255,255,0.10)}.home-final-cta-meta-item{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.78);font-size:13.5px;font-weight:500}.home-final-cta-meta-item svg{width:16px;height:16px;color:var(--teal)}@media (max-width:1100px){.home-modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-advantage-section .home-advantage-grid{grid-template-columns:1fr}.home-faq-inner{grid-template-columns:1fr;gap:32px}.home-faq-left{position:static}}@media (max-width:900px){.home-flow-track{grid-template-columns:1fr;gap:16px}.home-flow-line{display:none}.home-flow-section .home-flow-card{padding:32px 24px 24px}.home-flow-marker{position:static;transform:none;margin-bottom:14px}}@media (max-width:720px){.home-modules-section,.home-advantage-section,.home-flow-section,.home-faq-section{padding:72px 0}.home-modules-grid{grid-template-columns:1fr}.home-final-cta-section{padding:56px 0 88px}.home-final-cta-panel{padding:48px 28px 40px;border-radius:24px}.home-final-cta-meta{gap:16px 24px;padding-top:24px}.home-advantage-section .home-advantage-card{padding:28px 26px 26px}.home-advantage-num{font-size:36px;margin-bottom:16px}.home-faq-section .faq-button{padding:18px 22px;font-size:15px}.home-faq-section .faq-answer{padding:0 22px 18px}}.hrk-wrap{background:#ffffff;border:1px solid #dde3ef;border-radius:20px;overflow:hidden;position:relative;font-family:'DM Sans',system-ui,sans-serif;max-width:500px;width:100%;min-height:430px;box-shadow:0 1px 2px rgba(15,23,42,.05),0 6px 28px rgba(99,102,241,.09),inset 0 1px 0 rgba(255,255,255,.9);background-image:linear-gradient(180deg,rgba(99,102,241,.035) 0%,transparent 56px)}.hrk-bar{display:flex;align-items:center;justify-content:space-between;padding:13px 18px 12px;border-bottom:1px solid #f0f4fb;background:#fafbff}.hrk-logo{font-family:'Sora',sans-serif;font-size:15px;font-weight:800;letter-spacing:-.2px}.hrk-logo-num{color:#01EDC2}.hrk-logo-txt{color:#01EDC2}.hrk-bar-right{display:flex;align-items:center;gap:9px}.hrk-live{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#16a34a;font-family:'Sora',sans-serif}.hrk-live-dot{width:6px;height:6px;border-radius:50%;background:#16a34a;animation:hrk-blink 2.2s ease-in-out infinite}.hrk-sep{width:1px;height:16px;background:#e2e8f0}.hrk-job{font-size:11.5px;font-weight:600;color:#6366f1;background:#eef2ff;border:1px solid #c7d2fe;border-radius:20px;padding:4px 12px;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrk-stats{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #f0f4fb}.hrk-stat{padding:11px 14px 10px;border-right:1px solid #f0f4fb;position:relative}.hrk-stat:last-child{border-right:none}.hrk-stat-v{font-family:'Sora',sans-serif;font-size:19px;font-weight:700;color:#0f172a;line-height:1;display:flex;align-items:baseline;gap:2px}.hrk-stat-u{font-size:11px;font-weight:500;color:#94a3b8}.hrk-stat-l{font-size:10px;color:#94a3b8;margin-top:3px;font-weight:500}.hrk-delta{position:absolute;top:11px;right:10px;font-size:9.5px;font-weight:700;color:#16a34a;background:#f0fdf4;border-radius:5px;padding:1px 5px}.hrk-srcs{display:flex;align-items:center;gap:5px;padding:9px 14px 8px;border-bottom:1px solid #f0f4fb;flex-wrap:wrap}.hrk-src-lbl{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#94a3b8;margin-right:3px}.hrk-chip{display:flex;align-items:center;gap:4px;font-size:10.5px;font-weight:500;padding:3px 8px 3px 6px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;white-space:nowrap}.hrk-chip-d{width:5px;height:5px;border-radius:50%}.hrk-chip-hi{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5;font-weight:600}.hrk-chip-hi .hrk-chip-d{background:#6366f1}.hrk-chip-li .hrk-chip-d{background:#0ea5e9}.hrk-chip-ka .hrk-chip-d{background:#16a34a}.hrk-chip-so .hrk-chip-d{background:#94a3b8}.hrk-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:11px 11px 14px;height:276px;overflow:hidden}.hrk-col-h{display:flex;align-items:center;justify-content:space-between;padding:0 2px 7px}.hrk-col-n{font-family:'Sora',sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.hrk-col-c{font-family:'Sora',sans-serif;font-size:9.5px;font-weight:700;padding:1px 6px;border-radius:8px;min-width:18px;text-align:center}.hrk-cards{display:flex;flex-direction:column;gap:5px;height:226px;overflow:hidden}.hrk-card{background:#fff;border:1px solid #e8ecf3;border-radius:9px;padding:8px 8px 7px;cursor:default;transition:box-shadow .2s,border-color .2s,transform .2s;position:relative;overflow:hidden}.hrk-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;border-radius:9px 9px 0 0;opacity:0;transition:opacity .3s}.hrk-card:hover{border-color:#c7d2fe;box-shadow:0 3px 12px rgba(99,102,241,.11);transform:translateY(-1px)}.hrk-card:hover::before{opacity:1}.hrk-card-n{font-family:'Sora',sans-serif;font-size:10.5px;font-weight:700;color:#0f172a;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrk-card-r{font-size:10px;color:#64748b;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrk-card-f{display:flex;align-items:center;justify-content:space-between;gap:3px}.hrk-card-s{font-size:9px;font-weight:600;padding:2px 5px;border-radius:5px;white-space:nowrap}.hrk-card-sc{font-family:'Sora',sans-serif;font-size:10px;font-weight:700;margin-left:auto}.hrk-card.ent{animation:hrk-enter .5s cubic-bezier(.22,1,.36,1) forwards}.hrk-card.ext{animation:hrk-exit .34s ease-in forwards;pointer-events:none}.hrk-card.adv{animation:hrk-adv .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes hrk-enter{from{opacity:0;transform:translateY(-9px) scale(.97)}to{opacity:1;transform:none}}@keyframes hrk-exit{from{opacity:1;transform:none;max-height:120px}to{opacity:0;transform:translateX(10px);max-height:0;padding:0;margin:0;border-width:0}}@keyframes hrk-adv{from{opacity:0;transform:translateX(-7px) scale(.98)}to{opacity:1;transform:none}}.hrk-col[data-s="neu"] .hrk-col-n{color:#6366f1}.hrk-col[data-s="neu"] .hrk-col-c{background:#eef2ff;color:#6366f1}.hrk-col[data-s="neu"] .hrk-card::before{background:#6366f1}.hrk-col[data-s="pruef"] .hrk-col-n{color:#8b5cf6}.hrk-col[data-s="pruef"] .hrk-col-c{background:#f3f0ff;color:#7c3aed}.hrk-col[data-s="pruef"] .hrk-card::before{background:#8b5cf6}.hrk-col[data-s="int"] .hrk-col-n{color:#0891b2}.hrk-col[data-s="int"] .hrk-col-c{background:#ecfeff;color:#0e7490}.hrk-col[data-s="int"] .hrk-card::before{background:#0891b2}.hrk-col[data-s="ok"] .hrk-col-n{color:#16a34a}.hrk-col[data-s="ok"] .hrk-col-c{background:#f0fdf4;color:#15803d}.hrk-col[data-s="ok"] .hrk-card::before{background:#16a34a}.hrk-sg{background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe}.hrk-sl{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.hrk-sk{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.hrk-ss{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.hrk-sc-hi{color:#16a34a}.hrk-sc-md{color:#d97706}.hrk-sc-lo{color:#94a3b8}.hrk-toast{position:absolute;bottom:12px;right:12px;background:#0f172a;color:#f1f5f9;border-radius:10px;padding:8px 13px;font-size:11px;font-weight:500;display:flex;align-items:center;gap:7px;box-shadow:0 6px 20px rgba(15,23,42,.22);opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s;pointer-events:none;z-index:10;max-width:220px}.hrk-toast.show{opacity:1;transform:translateY(0)}.hrk-td{width:6px;height:6px;border-radius:50%;flex-shrink:0}@keyframes hrk-blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@media(prefers-reduced-motion:reduce){.hrk-live-dot{animation:none}.hrk-card{transition:none;animation:none!important}.hrk-card.ent,.hrk-card.ext,.hrk-card.adv{animation:none!important;opacity:1!important;transform:none!important;max-height:none!important;padding:8px 8px 7px!important;border-width:1px!important}.hrk-toast{transition:none}}.hrk-wrap{color:#0f172a;margin-left:auto}.hrk-board{overflow:hidden}@media (max-width:1100px){.hrk-wrap{max-width:460px}}@media (max-width:980px){.hrk-wrap{max-width:100%;min-height:auto;margin-left:0}.hrk-board{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:680px){.hrk-stats{grid-template-columns:repeat(2,1fr)}.hrk-stat:nth-child(2){border-right:none}.hrk-board{grid-template-columns:repeat(2,1fr);height:auto}.hrk-cards{height:auto}.hrk-col[data-s="int"],.hrk-col[data-s="ok"]{display:none}.hrk-bar{align-items:flex-start;gap:12px}.hrk-bar-right{flex-wrap:wrap;justify-content:flex-end}.hrk-job{max-width:170px}}#page-home .home-proof-card{min-height:210px}#page-home .home-proof-card .home-proof-top{display:flex !important;align-items:center !important;justify-content:space-between !important;margin-bottom:12px !important}#page-home .home-proof-card .home-proof-index{font-size:11px !important}#page-home .home-proof-card .home-proof-icon{width:20px !important;height:20px !important;min-width:20px !important;max-width:20px !important;flex:0 0 20px !important;border-radius:6px !important;padding:0 !important}#page-home .home-proof-card .home-proof-icon svg{display:block !important;width:10px !important;height:10px !important;max-width:10px !important;max-height:10px !important;stroke-width:2 !important}#page-home .home-proof-card .home-proof-number{font-size:clamp(38px,3.6vw,48px) !important;line-height:1.04 !important}#page-home .home-proof-card .home-proof-unit{font-size:16px !important}@media (max-width:680px){#page-home .home-proof-card .home-proof-icon{width:18px !important;height:18px !important;min-width:18px !important;max-width:18px !important;flex-basis:18px !important;border-radius:6px !important}#page-home .home-proof-card .home-proof-icon svg{width:9px !important;height:9px !important;max-width:9px !important;max-height:9px !important}}

/* Homepage hero benefit chips */
#page-home .hero-benefit-strip{grid-column:1/-1;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 12px;margin-top:4px}
#page-home .hero-benefit-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:8px 12px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.92);font-size:13px;font-weight:600;line-height:1.25;box-shadow:0 6px 18px rgba(0,0,0,.12);text-align:center;max-width:100%}
#page-home .hero-benefit-chip strong{color:#fff;font-weight:800;margin-right:3px}
#page-home .hero-benefit-chip span:last-child{display:inline-flex;align-items:center;justify-content:center;gap:3px;flex-wrap:wrap}
#page-home .hero-benefit-check{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:linear-gradient(135deg,#00D4AA,#00B894);color:#07111b;font-size:11px;font-weight:900;flex:0 0 auto;box-shadow:0 0 0 3px rgba(0,212,170,.10)}
@media(max-width:900px){#page-home .hero-benefit-strip{gap:8px;justify-content:center;margin-top:0}#page-home .hero-benefit-chip{min-height:38px;padding:7px 11px;font-size:12.5px}}
@media(max-width:640px){#page-home .hero-benefit-strip{display:grid;grid-template-columns:1fr;gap:8px}#page-home .hero-benefit-chip{width:100%}}



/* Premium homepage hero redesign */
#page-home .premium-home-hero{position:relative;overflow:hidden;background:radial-gradient(120% 85% at 80% 4%,rgba(17,227,156,.12),transparent 52%),radial-gradient(95% 75% at 8% -8%,rgba(24,140,116,.20),transparent 58%),linear-gradient(158deg,#0a1c17 0%,#061310 62%,#04100d 100%);color:#EAF3EF;padding:54px 0 34px;isolation:isolate}
#page-home .premium-home-grid{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.045) 1px,transparent 1px);background-size:24px 24px;-webkit-mask-image:radial-gradient(120% 90% at 60% 10%,#000 30%,transparent 78%);mask-image:radial-gradient(120% 90% at 60% 10%,#000 30%,transparent 78%);z-index:0}
#page-home .premium-home-bloom{position:absolute;width:420px;height:420px;right:-90px;top:70px;background:radial-gradient(circle,rgba(17,227,156,.22),transparent 66%);filter:blur(10px);z-index:0;pointer-events:none}
#page-home .premium-home-shell{position:relative;z-index:2}
#page-home .premium-home-main{display:grid;grid-template-columns:1.04fr 1fr;gap:34px;align-items:center}
#page-home .premium-home-badge{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;color:#BFE9DA;background:rgba(17,227,156,.07);border:1px solid rgba(17,227,156,.2);padding:7px 14px;border-radius:999px;backdrop-filter:blur(6px)}
#page-home .premium-home-pulse{width:7px;height:7px;border-radius:50%;background:#12E39C;position:relative;flex:0 0 auto}
#page-home .premium-home-pulse::after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid rgba(17,227,156,.6);animation:premiumHeroPulse 2.2s ease-out infinite}
@keyframes premiumHeroPulse{0%{transform:scale(.6);opacity:.9}100%{transform:scale(1.9);opacity:0}}
#page-home .premium-home-title{font-family:'Sora',sans-serif;font-weight:800;font-size:clamp(42px,5.4vw,72px);line-height:.98;letter-spacing:-.045em;color:#fff;margin:20px 0 0;max-width:760px}
#page-home .premium-home-title span{background:linear-gradient(178deg,#34F1B2 0%,#0FC98A 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
#page-home .premium-home-lead{font-size:17px;line-height:1.62;color:#9FB6AF;max-width:560px;margin:18px 0 0}
#page-home .premium-home-lead strong{color:#DDECE7;font-weight:700}
#page-home .premium-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
#page-home .premium-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:12px;font-size:15px;font-weight:800;transition:transform .16s ease,background .16s ease,border-color .16s ease;color:inherit;text-decoration:none}
#page-home .premium-home-btn-primary{color:#062018;background:linear-gradient(180deg,#22E9A6,#0FC98A);border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 26px -8px rgba(17,227,156,.55),inset 0 1px 0 rgba(255,255,255,.35)}
#page-home .premium-home-btn-secondary{color:#EAF3EF;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.14)}
#page-home .premium-home-btn:hover{transform:translateY(-1px)}
#page-home .premium-home-btn-secondary:hover{background:rgba(255,255,255,.08)}
#page-home .premium-home-proof{display:flex;align-items:center;gap:12px;margin-top:22px;flex-wrap:wrap}
#page-home .premium-home-avatars{display:flex;flex:0 0 auto}
#page-home .premium-home-avatars span{width:28px;height:28px;border-radius:50%;border:2px solid #0a1c17;margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:800;color:#062018;background:#7BE3C0}
#page-home .premium-home-avatars span:first-child{margin-left:0}
#page-home .premium-home-avatars span:nth-child(2){background:#9BC2F5}
#page-home .premium-home-avatars span:nth-child(3){background:#C6AEF7}
#page-home .premium-home-avatars span:nth-child(4){background:rgba(255,255,255,.15);color:#EAF3EF}
#page-home .premium-home-proof p{margin:0;font-size:13px;line-height:1.35;color:#8FA6A0}
#page-home .premium-home-proof strong{color:#CFE3DC;font-weight:800}
#page-home .premium-home-socials{display:inline-flex;align-items:center;gap:10px;margin-left:56px}
#page-home .premium-home-social{width:33px;height:33px;border-radius:999px;display:inline-grid;place-items:center;flex:0 0 33px;border:1px solid rgba(255,255,255,.18);box-shadow:0 5px 14px rgba(0,0,0,.18);transition:transform .16s ease,filter .16s ease,border-color .16s ease}
#page-home .premium-home-social svg{width:18px;height:18px;display:block;fill:#fff}
#page-home .premium-home-social:hover{transform:translateY(-1px);filter:saturate(1.08) brightness(1.06);border-color:rgba(255,255,255,.28)}
#page-home .premium-home-social-whatsapp{background:#25D366}
#page-home .premium-home-social-linkedin{background:#0A66C2}
#page-home .premium-home-social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}
#page-home .premium-home-social-facebook{background:#1877F2}
@media (max-width:640px){#page-home .premium-home-proof{gap:10px}#page-home .premium-home-socials{margin-left:0}}
#page-home .premium-home-panel{position:relative;background:linear-gradient(165deg,rgba(19,40,34,.92),rgba(9,22,18,.96));border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:16px;box-shadow:0 30px 60px -24px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.05)}
#page-home .premium-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
#page-home .premium-panel-brand{display:flex;align-items:center;gap:10px;min-width:0}
#page-home .premium-panel-brand span{font-family:'Sora',sans-serif;font-weight:900;font-size:15px;color:#12E39C;letter-spacing:-.02em}
#page-home .premium-panel-brand em{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-style:normal;font-weight:800;color:#9DB4AD;letter-spacing:.08em}
#page-home .premium-panel-brand i{width:6px;height:6px;border-radius:50%;background:#12E39C;animation:premiumHeroBlink 1.6s ease-in-out infinite}
@keyframes premiumHeroBlink{50%{opacity:.35}}
#page-home .premium-panel-job{font-size:11px;font-weight:600;color:#BFE9DA;background:rgba(17,227,156,.10);border:1px solid rgba(17,227,156,.22);padding:5px 11px;border-radius:999px;white-space:nowrap}
#page-home .premium-panel-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}
#page-home .premium-panel-kpis div{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:10px 9px}
#page-home .premium-panel-kpis strong{display:block;font-family:'Sora',sans-serif;font-weight:800;font-size:19px;color:#fff;line-height:1}
#page-home .premium-panel-kpis small{font-size:10px;color:#12E39C;font-weight:900;margin-left:3px;font-family:'DM Sans',sans-serif}
#page-home .premium-panel-kpis span{display:block;font-size:9.5px;color:#829993;margin-top:5px;white-space:nowrap}
#page-home .premium-channel-bar{display:flex;height:7px;border-radius:999px;overflow:hidden;gap:2px;margin-bottom:9px}
#page-home .premium-channel-bar i{display:block;height:100%;border-radius:999px}
#page-home .premium-channel-bar i:nth-child(1){background:#12E39C}
#page-home .premium-channel-bar i:nth-child(2){background:#4F9CF7}
#page-home .premium-channel-bar i:nth-child(3){background:#A98BF5}
#page-home .premium-channel-bar i:nth-child(4){background:#6B8078}
#page-home .premium-channel-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:13px}
#page-home .premium-channel-legend span{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;color:#9DB4AD}
#page-home .premium-channel-legend i{width:6px;height:6px;border-radius:50%}
#page-home .premium-channel-legend span:nth-child(1) i{background:#12E39C}
#page-home .premium-channel-legend span:nth-child(2) i{background:#4F9CF7}
#page-home .premium-channel-legend span:nth-child(3) i{background:#A98BF5}
#page-home .premium-channel-legend span:nth-child(4) i{background:#6B8078}
#page-home .premium-panel-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:12px}
#page-home .premium-panel-stages div{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:7px 8px;text-align:center}
#page-home .premium-panel-stages span{display:block;font-size:9px;font-weight:800;color:#7E948E;letter-spacing:.05em;text-transform:uppercase}
#page-home .premium-panel-stages strong{display:block;font-family:'Sora',sans-serif;font-weight:800;font-size:14px;color:#EAF3EF;margin-top:2px}
#page-home .premium-panel-candidates{display:grid;grid-template-columns:1fr 1fr;gap:8px}
#page-home .premium-panel-candidates>div{position:relative;overflow:hidden;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:10px 76px 10px 10px;min-height:76px;transition:border-color .15s,transform .15s}
#page-home .premium-panel-candidates>div:hover{border-color:rgba(17,227,156,.35);transform:translateY(-1px)}
#page-home .premium-candidate-avatar{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:54px;height:54px;border-radius:999px;background-size:cover;background-position:center;border:2px solid rgba(255,255,255,.22);box-shadow:0 10px 24px rgba(0,0,0,.28);background-color:#163028;display:block;z-index:1}
#page-home .premium-panel-candidates strong{display:block;font-size:12px;font-weight:800;color:#EAF3EF;max-width:100%}
#page-home .premium-panel-candidates span{display:block;font-size:10px;color:#829993;margin-top:1px;max-width:100%}
#page-home .premium-panel-candidates p{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:9px 0 0;max-width:100%}
#page-home .premium-panel-candidates em{font-size:9.5px;font-style:normal;font-weight:700;padding:3px 7px;border-radius:7px;color:#12E39C;background:rgba(17,227,156,.12)}
#page-home .premium-panel-candidates>div:nth-child(1) em{color:#6FB2FA;background:rgba(79,156,247,.14)}
#page-home .premium-panel-candidates>div:nth-child(4) em{color:#B79CF8;background:rgba(169,139,245,.14)}
#page-home .premium-panel-candidates b{font-size:11px;font-weight:900;color:#12E39C}
#page-home .premium-panel-toast{position:absolute;right:14px;bottom:14px;z-index:3;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#DDECE7;background:rgba(9,22,18,.92);border:1px solid rgba(17,227,156,.28);padding:8px 12px;border-radius:999px;box-shadow:0 12px 30px -10px rgba(0,0,0,.7);backdrop-filter:blur(8px)}
#page-home .premium-panel-toast span{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#4F9CF7,#2E6FD6);display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:900;color:#fff;flex:0 0 auto}
#page-home .premium-home-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
#page-home .premium-trust-card{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:15px 17px;box-shadow:0 10px 30px rgba(0,0,0,.13)}
#page-home .premium-trust-icon{width:30px;height:30px;border-radius:10px;background:rgba(17,227,156,.12);border:1px solid rgba(17,227,156,.25);display:inline-flex;align-items:center;justify-content:center;color:#12E39C;flex:0 0 auto}
#page-home .premium-trust-icon svg{width:16px;height:16px}
#page-home .premium-trust-card strong{display:block;font-size:13px;font-weight:900;color:#EAF3EF;line-height:1.2}
#page-home .premium-trust-card em{display:block;font-size:12px;font-style:normal;color:#8FA6A0;line-height:1.3;margin-top:2px}
@media(max-width:1040px){#page-home .premium-home-main{grid-template-columns:1fr;gap:28px}#page-home .premium-home-panel{max-width:720px;width:100%}#page-home .premium-home-title{max-width:820px}}
@media(max-width:780px){#page-home .premium-home-hero{padding:44px 0 28px}#page-home .premium-home-title{font-size:clamp(38px,12vw,56px)}#page-home .premium-home-lead{font-size:15.5px}#page-home .premium-home-trust{grid-template-columns:1fr;gap:10px}#page-home .premium-panel-kpis{grid-template-columns:repeat(2,1fr)}#page-home .premium-panel-stages{grid-template-columns:repeat(2,1fr)}#page-home .premium-panel-candidates{grid-template-columns:1fr}#page-home .premium-panel-candidates>div{padding-right:80px;min-height:80px}#page-home .premium-candidate-avatar{width:56px;height:56px;right:12px}#page-home .premium-panel-toast{position:static;margin-top:10px;width:fit-content}}
@media(max-width:560px){#page-home .premium-panel-head{align-items:flex-start;flex-direction:column}#page-home .premium-panel-job{white-space:normal}#page-home .premium-home-actions{display:grid;grid-template-columns:1fr}#page-home .premium-home-proof{align-items:flex-start}#page-home .premium-home-btn{width:100%}}
@media(prefers-reduced-motion:reduce){#page-home .premium-home-pulse::after,#page-home .premium-panel-brand i{animation:none}#page-home .premium-home-btn,#page-home .premium-panel-candidates>div{transition:none}}
