
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

:root{
  --bg-dark:#07152d;
  --bg-dark-2:#091a35;
  --bg-light:#dfeafc;
  --bg-soft:#f1f2f4;
  --text:#0f1520;
  --white:#f7f8fb;
  --muted:#8d99aa;
  --line:rgba(255,255,255,.2);
  --line-dark:#b8c0cc;
  --blue:#4ba3ea;
  --teal:#54d1cc;
  --grad:linear-gradient(90deg,var(--blue),var(--teal));
  --grad-vert:linear-gradient(180deg,var(--blue),var(--teal));
  --radius:16px;
  --radius-lg:28px;
  --shadow:0 14px 35px rgba(7,21,45,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Baloo 2',system-ui,-apple-system,sans-serif;
  color:var(--white);
  background:var(--bg-dark);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1280px,calc(100% - 48px));margin:0 auto}
.page-light{background:var(--bg-soft);color:var(--text)}
.page-section{padding:84px 0}
.page-section.compact{padding:64px 0}
.light-section{background:var(--bg-light);color:var(--text)}
.soft-section{background:var(--bg-soft);color:var(--text)}
.dark-section{background:var(--bg-dark);color:var(--white)}
.center{text-align:center}
.section-kicker{
  display:flex;align-items:center;justify-content:center;gap:10px;
  color:var(--blue);font-weight:700;letter-spacing:.03em;text-transform:uppercase;
  font-size:18px;margin-bottom:10px
}
.section-kicker::before,.section-kicker::after{
  content:"";width:min(240px,18vw);height:1px;background:currentColor;opacity:.45
}
.section-title{
  font-size:clamp(34px,4.2vw,62px);line-height:.98;font-weight:800;letter-spacing:-.02em;
  margin:0 0 14px;color:inherit;text-transform:uppercase
}
.section-title .accent{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.section-desc{margin:0;color:inherit;opacity:.9;font-size:18px;line-height:1.5}
.muted{color:var(--muted)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:14px 26px;border-radius:10px;border:1px solid transparent;
  font-weight:700;font-size:20px;transition:.2s ease;cursor:pointer
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--grad);color:#fff}
.btn.outline{background:transparent;border-color:var(--blue);color:var(--blue)}
.btn.wide{width:100%}
.btn.dark-outline{border-color:#30486b;color:#d8ebff;background:transparent}
.btn.danger{background:#ff393b;color:#fff}
.btn.small{min-height:44px;padding:10px 18px;font-size:18px}
.btn .arrow{font-size:.9em}

.topbar{
  border-bottom:1px solid var(--line);
  font-size:16px;color:#80d8ff
}
.topbar .container,.nav-row{
  display:flex;align-items:center;justify-content:space-between
}
.topbar .container{padding:8px 0}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.top-contact{display:flex;align-items:center;gap:8px;color:#64cdf2}
.top-contact img{width:14px;height:14px}
.lang-switch{position:relative}
.lang-toggle{
  background:none;border:none;color:#fff;display:flex;align-items:center;gap:6px;cursor:pointer;padding:0
}
.lang-toggle img{width:18px;height:12px;border-radius:2px}
.lang-menu{
  position:absolute;right:0;top:calc(100% + 10px);background:#fff;color:#111;padding:10px;border-radius:12px;
  min-width:130px;box-shadow:var(--shadow);display:none;z-index:20
}
.lang-menu.open{display:block}
.lang-menu a{display:block;padding:8px 10px;border-radius:8px}
.lang-menu a:hover{background:#eef4ff}

.site-header{background:var(--bg-dark);position:sticky;top:0;z-index:30}
.nav-row{padding:16px 0;gap:18px}
.nav-left,.nav-actions{display:flex;align-items:center;gap:18px}
.nav-links{display:flex;align-items:center;gap:34px}
.nav-link{font-size:21px;color:#f2f7ff;opacity:.95}
.nav-link:hover,.nav-link.active{color:#89dfff}
.brand{display:flex;align-items:center;justify-content:center}
.brand img{width:58px;height:auto}
.mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:34px;padding:0;margin-left:6px}
.mobile-panel{
  display:none;position:fixed;inset:0;background:rgba(3,9,18,.72);z-index:40
}
.mobile-panel.open{display:block}
.mobile-drawer{
  width:min(88vw,360px);height:100%;margin-left:auto;background:var(--bg-dark-2);padding:26px 22px
}
.mobile-drawer .brand{justify-content:flex-start;margin-bottom:20px}
.mobile-links{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.mobile-links a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:22px}
.mobile-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}

.hero{
  padding:56px 0 24px;background:var(--bg-dark)
}
.hero-grid{
  display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center
}
.hero-copy h1{
  font-size:clamp(44px,5vw,82px);line-height:.95;letter-spacing:-.03em;font-weight:800;
  margin:0 0 18px;color:#fff
}
.hero-copy h1 .accent{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p{max-width:650px;font-size:20px;line-height:1.48;color:#dbe5f0;margin:0 0 30px}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}
.hero-visual{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start
}
.hero-stack{display:grid;gap:14px}
.hero-card,.stat-card,.image-card{
  border-radius:22px;background:#0e1d39;overflow:hidden
}
.hero-card.gradient,.stat-card.gradient{background:var(--grad);color:#fff}
.hero-card.dark,.stat-card.dark{background:#0e1d39}
.image-card img{width:100%;height:100%;object-fit:cover}
.hero-card.text-bubble{padding:16px 20px;font-size:16px;line-height:1.35;min-height:82px;display:flex;align-items:center}
.hero-card.smallstat{
  padding:18px 18px;min-height:168px;display:flex;flex-direction:column;justify-content:center
}
.hero-card.smallstat h3,.stat-card h3{font-size:30px;line-height:1;margin:0 0 6px;font-weight:800}
.hero-card.smallstat p,.stat-card p{font-size:16px;line-height:1.25;margin:0}
.hero-visual .col-left .image-card:first-child{height:210px}
.hero-visual .col-left .image-card:nth-child(2){height:190px}
.hero-visual .col-left .hero-card.text-bubble{min-height:86px}
.hero-visual .col-right .hero-card.smallstat:first-child{height:168px}
.hero-visual .col-right .hero-card.smallstat:nth-child(2){height:168px}
.hero-visual .col-right .image-card{height:124px}
.hero-visual .col-right .hero-card.smallstat:last-child{height:168px}

.split{
  display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center
}
.about-illustration{
  position:relative;min-height:420px;display:flex;align-items:center;justify-content:center
}
.about-illustration::before{
  content:"";position:absolute;width:360px;height:360px;border-radius:50%;
  background:#2490df;z-index:0
}
.about-illustration img.person{
  position:relative;z-index:2;width:min(92%,470px)
}
.about-badge{
  position:absolute;background:#fff;border-radius:18px;padding:12px 14px;box-shadow:var(--shadow);z-index:3
}
.about-badge.icon1{left:0;top:60px}
.about-badge.icon2{right:50px;top:0}
.about-badge .mini-emoji{font-size:34px;line-height:1}
.copy-block .section-kicker{justify-content:flex-start}
.copy-block .section-kicker::before{display:none}
.copy-block .section-kicker::after{width:min(300px,32vw)}
.copy-block .section-title{color:#101215;margin-bottom:18px}
.copy-block p{color:#404958;font-size:18px;line-height:1.55;margin:0 0 24px}

.features{padding:84px 0;background:var(--bg-dark)}
.features-head{max-width:860px;margin-bottom:34px}
.features-head .section-kicker{justify-content:flex-start}
.features-head .section-kicker::before{display:none}
.features-head .section-kicker::after{width:min(800px,55vw)}
.features-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px
}
.feature-card{
  background:#091728;border-radius:18px;padding:24px 24px 0;overflow:hidden;border:1px solid rgba(255,255,255,.05)
}
.feature-card h3{font-size:30px;line-height:1.05;margin:0 0 12px}
.feature-card p{font-size:17px;line-height:1.45;color:#d4dde9;min-height:118px;margin:0 0 10px}
.feature-card .feature-arrow{font-size:30px;color:#a9b3c1;margin-bottom:14px}
.feature-card .feature-image{
  border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden
}
.feature-card .feature-image img{width:100%;height:140px;object-fit:cover}

.steps{padding:84px 0;background:var(--bg-light)}
.steps-head{margin-bottom:26px}
.steps-head .section-kicker{justify-content:flex-start}
.steps-head .section-kicker::before{display:none}
.steps-head .section-kicker::after{width:min(780px,54vw)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-card{
  background:#fff;border:1px solid #b1d2f4;border-radius:4px;padding:22px;position:relative;min-height:265px
}
.step-num{
  position:absolute;right:22px;top:18px;font-size:58px;line-height:1;font-weight:700;color:#dfe6ef
}
.step-icon{
  width:64px;height:64px;border-radius:50%;display:grid;place-items:center;
  background:var(--grad);color:#fff;font-size:26px;box-shadow:0 0 0 10px rgba(83,202,212,.18);margin-bottom:22px
}
.step-card h3{font-size:26px;line-height:1.15;margin:0 0 10px;color:#111}
.step-card p{margin:0;color:#646c78;font-size:17px;line-height:1.4}

.pricing{padding:84px 0;background:var(--bg-soft);color:var(--text)}
.pricing-grid{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
.price-card{
  width:min(100%,400px);background:#fff;border:1px solid #dde1e7;border-radius:10px;padding:24px 22px 20px;
  box-shadow:0 5px 22px rgba(10,18,36,.06)
}
.price-card.featured{border-color:#66b6ef}
.plan-tag{
  height:32px;border-radius:5px;background:var(--grad);display:grid;place-items:center;
  color:#0f223d;font-size:18px;font-weight:600;margin-bottom:22px
}
.price-icon{
  width:92px;height:92px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;
  background:rgba(83,209,204,.15)
}
.price-icon img{width:58px;height:58px}
.price-value{font-size:58px;line-height:1;font-weight:700;color:var(--blue);text-align:center;margin:10px 0 8px}
.price-meta{text-align:center;color:#111;font-size:18px}
.price-submeta{text-align:center;color:#8f96a0;font-size:16px;margin-bottom:18px}
.feature-list{list-style:none;padding:0;margin:18px 0 22px}
.feature-list li{
  display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #eef1f4;color:#65b6eb;font-size:17px
}
.feature-list li::before{
  content:"◉";font-size:14px;color:var(--teal)
}

.contact-dark{background:var(--bg-dark);padding:84px 0 0}
.contact-form-wrap{max-width:760px;margin:0 auto}
.contact-form{
  display:grid;gap:22px
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.input,.textarea,.fieldline{
  width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.25);
  padding:12px 0;color:#fff;outline:none;font-size:18px
}
.input::placeholder,.textarea::placeholder,.fieldline::placeholder{color:rgba(255,255,255,.5)}
.textarea{min-height:110px;resize:vertical}
.contact-actions{margin-top:6px}
.contact-info-row{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:center;margin-top:54px;padding-bottom:66px
}
.contact-info-card{padding:18px}
.contact-ico{font-size:38px;margin-bottom:10px;color:#54d1cc}
.contact-info-card p{margin:0 0 8px;color:#dfe8f3;font-size:17px}
.contact-info-card h3{margin:0;color:#fff;font-size:28px;line-height:1}
.contact-info-card svg{width:34px;height:34px;stroke:#54d1cc;fill:none;stroke-width:1.8}

.footer{
  border-top:1px solid var(--line);background:var(--bg-dark);padding-top:24px
}
.footer-grid{
  display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:24px;border-bottom:1px solid var(--line)
}
.footer-col{padding:28px 0 36px}
.footer-col + .footer-col{border-left:1px solid var(--line);padding-left:34px}
.footer-logo{width:62px;margin-bottom:18px}
.footer p{margin:0;color:#d7dfeb;font-size:18px;line-height:1.45}
.payments{display:flex;gap:12px;margin-top:18px}
.payments img{height:28px;width:auto}
.footer h4{font-size:24px;line-height:1.1;margin:0 0 18px;font-weight:700}
.footer-links{display:grid;gap:8px}
.footer-links a{font-size:18px;color:#e9eff7}
.footer-links a:hover{color:#88dfff}
.copyright{padding:18px 0;text-align:center;color:#e1e8f3;font-size:16px}

.page-hero{
  background:var(--bg-dark);padding:56px 0 78px;border-top:1px solid var(--line)
}
.page-hero h1{text-align:center;font-size:clamp(44px,5vw,72px);line-height:1;font-weight:800;margin:0 0 14px}
.breadcrumb{
  display:flex;justify-content:center;gap:6px;font-size:18px;color:#fff
}
.breadcrumb .sep{opacity:.85}
.hero-divider{height:1px;background:var(--line);margin:20px 0 14px}

.about-top{padding:66px 0 84px;background:var(--bg-dark)}
.about-intro{
  display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:start;margin-bottom:28px
}
.about-intro h2{
  font-size:clamp(36px,4vw,68px);line-height:1.02;text-transform:uppercase;margin:0
}
.about-intro h2 .accent{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.about-intro p{margin:0;font-size:18px;line-height:1.5;color:#dce7f2}
.about-photo{border-radius:6px;overflow:hidden}
.stats-bar{
  display:grid;grid-template-columns:repeat(3,1fr);background:#081226;border-radius:0 0 6px 6px
}
.stat-panel{
  padding:28px 24px;text-align:center;position:relative
}
.stat-panel + .stat-panel::before{
  content:"";position:absolute;left:0;top:20%;width:1px;height:60%;background:rgba(255,255,255,.28)
}
.stat-value{font-size:64px;line-height:1;font-weight:800;margin:0 0 8px}
.stat-label{font-size:18px;color:#e0e8f2}

.form-shell{
  background:var(--bg-soft);padding:70px 0;color:var(--text)
}
.form-shell.light-blue{background:var(--bg-light)}
.form-shell .section-kicker{color:var(--blue)}
.form-shell .section-title{color:#111}
.form-center{max-width:760px;margin:0 auto}
.fieldline.dark{
  color:#111;border-bottom:1px solid #bdbfc5
}
.fieldline.dark::placeholder{color:#8e949d}
.info-row-light{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;margin-top:54px
}
.info-row-light .contact-info-card p{color:#232833}
.info-row-light .contact-info-card h3{color:#101114}

.login-wrap{background:var(--bg-soft);padding:68px 0}
.login-card{
  display:grid;grid-template-columns:1fr 1fr;border-radius:32px;overflow:hidden;background:var(--bg-dark);box-shadow:var(--shadow)
}
.login-card .image-side img{width:100%;height:100%;object-fit:cover}
.login-card .form-side{padding:70px 64px;display:flex;align-items:center}
.login-inner{width:100%}
.login-inner .eyebrow{font-size:18px;color:var(--blue);margin-bottom:8px}
.login-inner h2{font-size:50px;line-height:1.02;margin:0 0 28px;color:#fff}
.remember-row{display:flex;justify-content:space-between;align-items:center;margin:18px 0 26px;color:#fff;font-size:18px}
.remember-row label{display:flex;align-items:center;gap:8px}
.remember-row a{color:#55d0cd}
.demo-note{margin-top:14px;color:#9fc7ff;font-size:16px}

.panel-section{background:var(--bg-soft);padding:60px 0}
.profile-card{
  background:var(--bg-dark);border-radius:32px;padding:42px 0;color:#fff
}
.profile-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:0}
.profile-col{padding:0 48px}
.profile-col + .profile-col{border-left:1px solid rgba(255,255,255,.35)}
.profile-heading{
  font-size:30px;line-height:1.05;margin:0 0 26px;text-transform:uppercase
}
.field-label{display:block;font-size:18px;font-weight:700;margin-bottom:4px}
.profile-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px}
.sub-title-inline{
  display:flex;align-items:center;justify-content:center;gap:12px;
  margin:34px 0 18px;color:var(--blue);font-weight:800;text-transform:uppercase;font-size:22px
}
.sub-title-inline::before,.sub-title-inline::after{content:"";height:1px;background:rgba(255,255,255,.35);width:100px}
.sub-list{display:grid;gap:20px;margin:0 0 26px}
.sub-list .fieldline{padding:8px 0}
.sub-list .fieldline strong{color:#fff}
.my-orders-link{margin-bottom:26px}

.table-wrap{background:var(--bg-soft);padding:66px 0}
.table-shell{
  background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:auto;box-shadow:0 5px 18px rgba(8,14,27,.05)
}
.orders-table{width:100%;border-collapse:collapse;min-width:980px;color:#101215}
.orders-table th,.orders-table td{padding:18px 16px;text-align:left;border-bottom:1px solid #e7eaee;border-right:1px solid #edf0f3;font-size:17px}
.orders-table th:last-child,.orders-table td:last-child{border-right:none}
.orders-table thead th{background:#f5f6f8;font-weight:700}
.status-pill{
  display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:#ecfdf3;color:#027a48;font-weight:700
}
.status-pill::before{content:"";width:8px;height:8px;border-radius:50%;background:#12b76a}
.invoice-link{color:#54baf0;font-weight:700;white-space:nowrap}
.invoice-link::before{content:"👁 ";font-size:18px}

.center-card{
  max-width:650px;margin:0 auto;background:var(--bg-dark);border-radius:32px;padding:42px 36px;box-shadow:var(--shadow)
}
.center-card h2{font-size:36px;line-height:1.15;text-align:center;margin:0 0 22px}

.policy-wrap{background:var(--bg-soft);padding:60px 0;color:var(--text)}
.policy-card{background:#fff;border-radius:18px;padding:36px;box-shadow:0 5px 22px rgba(12,18,31,.06)}
.policy-card h2{margin:28px 0 10px;font-size:34px;line-height:1.05}
.policy-card h3{margin:18px 0 8px;font-size:24px}
.policy-card p,.policy-card li{font-size:18px;line-height:1.6;color:#384252}
.policy-card ul{padding-left:22px}
.inline-success{
  display:none;margin-top:16px;padding:14px 16px;border-radius:12px;background:#ebfff8;color:#0f7a58;font-weight:700
}
.inline-success.show{display:block}

@media (max-width: 1100px){
  .hero-grid,.split,.about-intro,.login-card,.profile-grid{grid-template-columns:1fr}
  .hero-visual{max-width:600px;margin:0 auto}
  .copy-block .section-kicker::after,.steps-head .section-kicker::after,.features-head .section-kicker::after{display:none}
  .login-card .form-side{padding:42px 28px}
  .profile-col + .profile-col{border-left:none;border-top:1px solid rgba(255,255,255,.22);padding-top:32px;margin-top:18px}
}
@media (max-width: 900px){
  .nav-links,.nav-actions .btn{display:none}
  .mobile-toggle{display:block}
  .nav-row{justify-content:space-between}
  .footer-grid,.features-grid,.steps-grid,.contact-info-row,.info-row-light,.stats-bar,.profile-actions,.form-row{grid-template-columns:1fr}
  .footer-col + .footer-col{border-left:none;padding-left:0;border-top:1px solid var(--line)}
  .footer-grid{gap:0}
  .about-intro,.about-top .container,.split{gap:24px}
  .contact-info-row{padding-bottom:40px}
  .hero-card.smallstat h3,.stat-value,.price-value{font-size:46px}
}
@media (max-width: 680px){
  .container{width:min(100% - 32px, 1280px)}
  .topbar{font-size:13px}
  .topbar .container{padding:6px 0}
  .topbar-left{gap:8px}
  .brand img{width:44px}
  .hero{padding:26px 0 14px}
  .hero-copy p,.copy-block p,.section-desc,.about-intro p,.policy-card p,.policy-card li{font-size:16px}
  .hero-buttons{gap:12px}
  .btn{font-size:18px;min-height:48px;padding:12px 18px}
  .hero-visual{gap:10px}
  .hero-visual .col-left,.hero-visual .col-right{gap:10px}
  .hero-card.text-bubble{font-size:13px}
  .hero-visual .col-left .image-card:first-child{height:138px}
  .hero-visual .col-left .image-card:nth-child(2){height:130px}
  .hero-visual .col-right .hero-card.smallstat:first-child,
  .hero-visual .col-right .hero-card.smallstat:nth-child(2),
  .hero-visual .col-right .hero-card.smallstat:last-child{height:110px}
  .hero-visual .col-right .image-card{height:90px}
  .hero-card.smallstat{padding:14px}
  .hero-card.smallstat h3,.stat-value{font-size:34px}
  .hero-card.smallstat p,.stat-label{font-size:13px}
  .about-illustration{min-height:300px}
  .about-illustration::before{width:230px;height:230px}
  .about-badge{padding:8px 10px;border-radius:12px}
  .about-badge .mini-emoji{font-size:22px}
  .feature-card h3,.step-card h3{font-size:22px}
  .feature-card p{min-height:auto}
  .step-num{font-size:44px}
  .step-card{min-height:unset}
  .price-card{padding:18px 16px}
  .contact-dark,.pricing,.features,.steps,.page-section,.page-hero,.form-shell,.login-wrap,.panel-section,.table-wrap,.policy-wrap{padding-top:46px;padding-bottom:46px}
  .login-inner h2,.section-title,.page-hero h1,.about-intro h2,.center-card h2{font-size:32px}
  .profile-card{padding:28px 0}
  .profile-col{padding:0 20px}
  .profile-grid-two,.stats-bar{grid-template-columns:1fr}
  .center-card{padding:28px 18px}
  .policy-card{padding:26px 18px}
  .policy-card h2{font-size:28px}
}
