*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--coral:#FF5252;--coral-dark:#E04848;--dark-blue:#2F4858;--dark-blue-light:#3D5A6E;--surface:#F5F5F5;--white:#FFFFFF;--text-secondary:#6B7B8D;--border:#E0E0E0;--radius:14px;--shadow-sm:0 1px 3px rgba(47,72,88,0.08);--shadow-md:0 4px 16px rgba(47,72,88,0.10);--shadow-lg:0 8px 32px rgba(47,72,88,0.12);--max-width:1120px}html{scroll-behavior:smooth;scroll-padding-top:80px}html:focus-within{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dark-blue);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.skip-link{position:absolute;left:-9999px;top:8px;padding:8px 12px;background:var(--coral);color:var(--white);border-radius:6px;font-weight:600;z-index:1000}.skip-link:focus{left:8px}a{color:inherit}img,svg{display:block;max-width:100%}button{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 24px;transition:box-shadow .25s,background .25s}.navbar.scrolled{background:rgba(255,255,255,.98);box-shadow:var(--shadow-md)}.navbar-inner{max-width:var(--max-width);margin:0 auto;justify-content:space-between;height:64px}.navbar-brand,.navbar-inner{display:flex;align-items:center}.navbar-brand{gap:10px;text-decoration:none;color:var(--dark-blue)}.navbar-brand img{width:36px;height:36px;border-radius:8px}.navbar-brand span{font-weight:700;font-size:18px}.navbar-right{display:flex;align-items:center;gap:20px}.navbar-desktop{display:flex}.navbar-mobile-right{display:none;align-items:center;gap:8px}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:8px;cursor:pointer}.hamburger-bar{display:block;height:2px;width:100%;background:var(--dark-blue);border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.hamburger-bar.open:first-child{transform:translateY(7px) rotate(45deg)}.hamburger-bar.open:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-bar.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-drawer{position:fixed;inset-block-start:64px;inset-inline-start:0;inset-inline-end:0;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);transform:translateY(-8px);opacity:0;visibility:hidden;transition:transform .22s ease,opacity .22s ease,visibility .22s;z-index:90;max-height:calc(100dvh - 64px);overflow-y:auto}.mobile-drawer--open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav{display:flex;flex-direction:column;padding:16px 20px 24px;gap:4px}.mobile-nav-link{display:block;padding:14px 12px;font-size:16px;font-weight:600;color:var(--dark-blue);text-decoration:none;border-radius:10px;transition:background .12s,color .12s}.mobile-nav-link:focus-visible,.mobile-nav-link:hover{background:var(--surface);color:var(--coral);outline:none}.mobile-nav-cta{margin-top:12px;text-align:center;justify-content:center}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:80;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.lang-switch{position:relative}.lang-current{display:flex;align-items:center;gap:5px;padding:7px 11px;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--dark-blue);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap}.lang-current:hover,.lang-switch.open .lang-current{border-color:var(--coral);color:var(--coral)}.lang-chevron{transition:transform .2s}.lang-switch.open .lang-chevron{transform:rotate(180deg)}.lang-dropdown{position:absolute;top:calc(100% + 6px);inset-inline-end:0;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);padding:5px;min-width:148px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s;z-index:200}.lang-switch.open .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 12px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;color:var(--dark-blue);background:transparent;border:none;cursor:pointer;text-align:start;transition:background .12s,color .12s}.lang-option:focus-visible,.lang-option:hover{background:var(--surface);color:var(--coral);outline:none}.lang-option-active{color:var(--coral);font-weight:600}.lang-option-active:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--coral);flex-shrink:0}.navbar-link{text-decoration:none;color:var(--dark-blue);font-weight:500;font-size:14px;transition:color .15s}.navbar-link:focus-visible,.navbar-link:hover{color:var(--coral);outline:none}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:10px;font-family:inherit;font-weight:600;font-size:15px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:2px solid var(--coral);outline-offset:3px}.btn-coral{background:var(--coral);color:var(--white);box-shadow:0 4px 12px rgba(255,82,82,.25)}.btn-coral:hover{background:var(--coral-dark);box-shadow:0 6px 16px rgba(255,82,82,.35)}.btn-white{background:var(--white);color:var(--coral)}.btn-white:hover{background:#F9F9F9}.btn-nav{padding:8px 18px;font-size:14px}.btn-lg{padding:14px 32px;font-size:16px;border-radius:12px}.section{padding:80px 24px}.section-legal{padding:64px 24px 88px;background:linear-gradient(180deg,#FFFFFF,#FAFCFF)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-label{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--coral);margin-bottom:12px}.section-title{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:16px}.section-subtitle{font-size:17px;color:var(--text-secondary);max-width:560px;line-height:1.6}.section-header{text-align:center;margin-bottom:56px}.section-header .section-subtitle{margin:0 auto}.hero{background:linear-gradient(155deg,#F2F6FB,#FAFAFA 55%,#FFF8F8);padding:100px 24px 88px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:-180px;inset-inline-end:-180px;width:680px;height:680px;background:radial-gradient(circle,rgba(255,82,82,.07) 0,transparent 60%);pointer-events:none}.hero-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.hero-content{animation:fadeUp .7s ease-out both}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,82,82,.08);border:1px solid rgba(255,82,82,.2);border-radius:100px;padding:6px 16px 6px 8px;margin-bottom:28px;font-size:13px;font-weight:600;color:var(--coral)}.hero-badge img{border-radius:7px;flex-shrink:0}.hero h1{font-size:46px;font-weight:800;line-height:1.1;margin-bottom:20px;animation:fadeUp .7s ease-out .08s both;letter-spacing:-.02em}.hero p{font-size:18px;color:var(--text-secondary);max-width:480px;margin:0 0 36px;line-height:1.65;animation:fadeUp .7s ease-out .16s both}.hero-cta{animation:fadeUp .7s ease-out .24s both;display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:12px}.hero-trust{flex-wrap:wrap;gap:10px;animation:fadeUp .7s ease-out .32s both}.hero-trust,.hero-trust-item{display:flex;align-items:center}.hero-trust-item{gap:5px;font-size:15px;font-weight:500;color:var(--text-secondary)}.hero-trust-divider{color:var(--border);font-size:18px;line-height:1}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeUp .9s ease-out .15s both}.hero-phone-glow{position:absolute;inset:-60px;background:radial-gradient(ellipse at 50% 55%,rgba(255,82,82,.14) 0,transparent 62%);pointer-events:none}.hero-phone{position:relative;max-width:360px;width:100%;height:auto;filter:drop-shadow(0 28px 56px rgba(47,72,88,.2)) drop-shadow(0 6px 16px rgba(47,72,88,.1));animation:phoneFloat 5s ease-in-out infinite,fadeUp .9s ease-out .15s both}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.play-badge{height:74px;width:auto;transition:transform .2s}.play-badge:hover{transform:scale(1.05)}.hero--page{padding:80px 24px 72px;text-align:center}.hero--page:before{top:-120px;inset-inline-end:50%;transform:translateX(50%);width:540px;height:540px}.hero-page-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0}.hero-page-nav{width:100%;margin-bottom:40px;text-align:start}.hero-back-link{display:inline-flex;align-items:center;gap:6px;color:var(--coral);text-decoration:none;font-size:15px;font-weight:600;line-height:1.2;transition:color .2s ease,transform .15s ease}.hero-back-icon{font-size:16px;line-height:1;transform:translateY(-1px)}.hero-back-link:hover{color:var(--coral-dark);transform:translateX(-3px)}[dir=rtl] .hero-back-link:hover{transform:translateX(3px)}.hero-page-content{display:flex;flex-direction:column;align-items:center;animation:fadeUp .7s ease-out both}.hero-page-icon-wrap{position:relative;margin-bottom:28px}.hero-page-icon{border-radius:22px;box-shadow:var(--shadow-lg);display:block}.hero--page h1{font-size:42px;font-weight:800;line-height:1.1;margin:0 0 14px;color:var(--dark-blue);letter-spacing:-.02em}.hero-page-meta{font-size:14px;color:var(--text-secondary);font-weight:500;margin:0;letter-spacing:.01em}.features-bg{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.features-grid-3{grid-template-columns:repeat(3,1fr)}.features-grid:not(.features-grid-3) .feature-card:last-child:nth-child(3n+1){grid-column:2/3}.feature-card{background:var(--surface);border-radius:var(--radius);padding:32px 28px;transition:transform .2s,box-shadow .2s;animation:fadeUp .6s ease-out both}.feature-card:first-child{animation-delay:.05s}.feature-card:nth-child(2){animation-delay:.1s}.feature-card:nth-child(3){animation-delay:.15s}.feature-card:nth-child(4){animation-delay:.2s}.feature-card:nth-child(5){animation-delay:.25s}.feature-card:nth-child(6){animation-delay:.3s}.feature-card:nth-child(7){animation-delay:.35s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.topic-card{display:block;background:var(--surface);border-radius:var(--radius);padding:32px 28px;color:var(--dark-blue);text-decoration:none;border:1px solid transparent;transition:transform .2s,box-shadow .2s,border-color .2s}.topic-card:focus-visible,.topic-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(255,82,82,.22);outline:none}.topic-card h3{font-size:21px;font-weight:700;margin-bottom:10px}.topic-card p{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:16px}.topic-card-link{color:var(--coral);font-size:14px;font-weight:700}.page-meta-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}.page-meta-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:rgba(255,82,82,.08);border:1px solid rgba(255,82,82,.18);color:var(--coral);font-size:13px;font-weight:600;letter-spacing:.02em}.page-actions{flex-wrap:wrap;gap:14px;margin-top:28px}.feature-icon,.page-actions{display:flex;justify-content:center}.feature-icon{width:48px;height:48px;border-radius:12px;background:var(--coral);align-items:center;margin-bottom:18px;font-size:22px}.feature-card h3{font-size:17px;font-weight:700;margin-bottom:8px}.feature-card p{font-size:14px;color:var(--text-secondary);line-height:1.55}.how-bg{background:var(--surface)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;counter-reset:step}.step{text-align:center;position:relative}.step-number{width:56px;height:56px;border-radius:50%;background:var(--coral);color:var(--white);font-size:24px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 16px rgba(255,82,82,.3)}.step h3{font-size:19px;font-weight:700;margin-bottom:8px}.step p{font-size:15px;color:var(--text-secondary);line-height:1.55;max-width:280px;margin:0 auto}.steps .step:not(:last-child):after{content:"";position:absolute;top:28px;left:calc(50% + 40px);width:calc(100% - 80px);height:2px;background:var(--border)}[dir=rtl] .steps .step:not(:last-child):after{left:auto;right:calc(50% + 40px)}.faq-list{max-width:720px;margin:0 auto}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{padding:20px 0;font-size:17px;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:22px;font-weight:400;color:var(--text-secondary);flex-shrink:0;transition:transform .2s}.faq-list details[open] summary:after{content:"\2212"}.faq-list details p{padding:0 0 20px;font-size:15px;color:var(--text-secondary);line-height:1.6}.cta-banner{background:linear-gradient(135deg,var(--coral) 0,#FF7B7B 100%);padding:72px 24px;text-align:center}.cta-banner-inner{max-width:600px;margin:0 auto}.cta-banner h2{font-size:34px;font-weight:800;color:var(--white);margin-bottom:12px;letter-spacing:-.01em}.cta-banner p{font-size:17px;color:rgba(255,255,255,.9);margin-bottom:32px}.legal-layout{max-width:840px;margin:0 auto}.legal-toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;margin-bottom:22px;box-shadow:var(--shadow-sm)}.legal-toc h2{font-size:15px;font-weight:700;margin-bottom:10px}.legal-toc ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 14px;gap:8px 14px}.legal-toc a{color:var(--dark-blue-light);text-decoration:none;font-size:14px;font-weight:500}.legal-toc a:hover{color:var(--coral)}.legal-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:36px}.legal-card h2{font-size:20px;font-weight:700;margin:34px 0 10px;line-height:1.35;scroll-margin-top:88px}.legal-card h2:first-of-type{margin-top:0}.legal-card h3{font-size:17px;font-weight:700;margin:26px 0 8px;line-height:1.45;color:var(--dark-blue)}.legal-card li,.legal-card p{font-size:15px;line-height:1.72;color:var(--text-secondary)}.legal-card p{margin-bottom:12px}.legal-card ul{margin:8px 0 16px 24px}.legal-card li{margin-bottom:6px}.legal-card strong{color:var(--dark-blue)}.legal-card a{color:var(--coral);text-decoration:none}.legal-card a:hover{text-decoration:underline}.footer{background:var(--dark-blue);color:rgba(255,255,255,.7);padding:40px 24px;font-size:14px}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer a{color:rgba(255,255,255,.85);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--white)}.footer-links{display:flex;gap:24px;flex-wrap:wrap}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero-phone{animation:none}}[dir=rtl] .hero-badge{padding:6px 8px 6px 16px}[dir=rtl] .faq-list summary,[dir=rtl] .topic-card-link{direction:rtl}@media (min-width:769px) and (max-width:1024px){.hero-inner{gap:32px}.hero h1{font-size:38px}.hero-phone{max-width:280px}.features-grid{grid-template-columns:repeat(2,1fr)}.features-grid.features-grid-3{grid-template-columns:repeat(3,1fr)}.section-title{font-size:28px}}@media (max-width:768px){.navbar-desktop{display:none}.navbar-mobile-right{display:flex}.hero{padding:64px 20px 52px}.hero-inner{grid-template-columns:1fr;gap:36px;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero h1{font-size:30px}.hero p{font-size:16px;margin:0 auto 32px}.hero-cta{align-items:center;margin-bottom:20px}.hero-trust{justify-content:center}.hero-phone{max-width:220px}.hero--page{padding:60px 20px 52px}.hero--page h1{font-size:30px}.hero-page-icon{width:72px;height:72px}.section{padding:56px 20px}.section-legal{padding:40px 20px 56px}.section-title{font-size:26px}.section-header{margin-bottom:40px}.features-grid{gap:14px}.features-grid,.features-grid.features-grid-3{grid-template-columns:1fr}.features-grid:not(.features-grid-3) .feature-card:last-child:nth-child(3n+1){grid-column:auto}.feature-card{padding:20px 18px;display:flex;align-items:flex-start;gap:16px}.feature-card .feature-icon{flex-shrink:0;margin-bottom:0}.feature-card .feature-text{flex:1 1}.topic-grid{gap:14px}.steps,.topic-grid{grid-template-columns:1fr}.steps{gap:40px}.steps .step:after{display:none}.page-actions{flex-direction:column;align-items:center}.cta-banner{padding:56px 20px}.cta-banner h2{font-size:26px}.footer-inner{flex-direction:column;align-items:center;text-align:center}.footer-links{justify-content:center}.legal-layout{max-width:100%}.legal-toc ul{grid-template-columns:1fr}.legal-card{padding:24px 18px}.legal-card h2{font-size:18px}.legal-card h3{font-size:16px}}@media (max-width:480px){.navbar-brand span{display:none}.btn-nav{padding:7px 13px;font-size:13px}.hero{padding:48px 16px 40px}.hero h1{font-size:26px}.hero p{font-size:15px}.hero--page{padding:48px 16px 40px}.hero--page h1{font-size:24px}.section{padding:44px 16px}.section-legal{padding:32px 16px 48px}.section-title{font-size:22px}.section-subtitle{font-size:15px}.cta-banner{padding:44px 16px}.cta-banner h2{font-size:22px}.faq-list summary{font-size:15px}.play-badge{height:58px}.feature-card{padding:20px 18px}}