    :root{--blue:#63b9df;--black:#0C131A;--deep:#12374a;--navy:#102431;--gold:#d9a64a;--cream:#f6f1e9;--text:#15232c;--muted:#63717a}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}
	body{margin:0;background:#fbfaf8;color:var(--text);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}.container{width:min(900px,calc(100% - 40px));margin:auto}
	.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 16px;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:800;color:var(--gold)}
	.eyebrow:before{content:"";width:28px;height:2px;background:var(--gold)}h1,h2,h3,p{margin-top:0}h2{font:400 42px/1.1 Georgia,serif}
    header{position:fixed;z-index:100;top:0;left:0;right:0;background:#3a3a3a;backdrop-filter:blur(12px);box-shadow:0 6px 24px rgba(16,36,49,.08)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.logo {display: inline-flex;align-items: center;}
.logo img {display: block;width: auto;height: 45px;object-fit: contain;}
  .menu{display:flex;align-items:center;gap:30px;font-size:13px;color: var(--cream);font-weight:700}
	.menu a:hover{opacity:.65}
	.menu .menu-cta{background:var(--gold);color:#fff;padding:12px 18px;border-radius:99px}.burger{display:none;background:none;border:0;width:42px;padding:8px}
	.burger span{display:block;height:2px;margin:6px 0;background:var(--navy);transition:.25s}
    .hero{min-height:720px;padding:140px 0 80px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:40px}
	.hero h1{font-size:58px;line-height:.98;letter-spacing:-3px;margin-bottom:24px}
	.hero h1 em{font-family:Georgia,serif;color:var(--gold);font-weight:400}.lead{font-size:17px;line-height:1.7;color:var(--muted)}.actions{display:flex;align-items:center;gap:28px;margin:32px 0}
	.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:99px;padding:16px 24px;font-size:13px;font-weight:800;background:var(--gold);color:#fff;box-shadow:0 12px 25px rgba(16,36,49,.18)}.more{font-size:13px;font-weight:800}.more b{color:#2e8db4;font-size:18px}.trust{display:flex;gap:28px;font-size:11px;color:var(--muted)}.trust b{display:block;color:var(--text);font-size:13px;margin-bottom:4px}
    .phone-scene {
  position: relative;
  height: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
}
	.orbit{position:absolute;width:400px;height:400px;border:1px solid rgba(76,166,204,.25);border-radius:50%}
	.orbit:after{content:"";position:absolute;inset:44px;border:1px solid rgba(76,166,204,.25);border-radius:50%}
.phone-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translateY(0px) rotate(3deg);
}
.phone-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 290px;
  max-height: 500px;
  object-fit: contain;

  filter: drop-shadow(
    0 28px 30px rgba(11, 52, 70, 0.25)
  );
}
	
	.float{position:absolute;z-index:3;background:#fff;border-radius:15px;padding:12px 14px;box-shadow:0 15px 35px rgba(18,55,74,.16);font-size:10px}
	.float.sale{left:0;top:105px}
	.float.sale b{display:block;color:var(--gold);font-size:20px}
	.float.delivery{right:-5px;bottom:115px}
	.float.delivery b{display:block;color:var(--gold)}
    .download{background:var(--black);color:#fff;padding:60px 0}
	.download-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
	.download h2{font-size:38px;margin-bottom:14px}
	.download p{font-size:13px;color:var(--gold)}
	.stores{display:flex;gap:10px}.store{min-width:150px;border:1px solid rgba(255,255,255,.24);border-radius:13px;padding:12px 15px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.05)}.store>i{font-style:normal;font-size:22px}.store span{font-size:15px;font-weight:800}.store small{display:block;font-size:8px;font-weight:400;color:#b9c9cf;margin-bottom:4px}
    .section{padding:95px 0}.section-head{text-align:center;max-width:600px;margin:0 auto 50px}
	.section-head .eyebrow{justify-content:center}
	.section-head p:last-child{color:var(--gold);line-height:1.7;font-size:14px}.benefits{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.benefit{grid-column:span 2;background:#fff;border:1px solid #e5e9eb;border-radius:20px;padding:25px;min-height:220px;position:relative;transition:.25s}.benefit:nth-child(4){grid-column:2/span 2}.benefit:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(23,48,61,.08)}
	.benefit.featured{background:var(--blue);border-color:var(--blue)}
	.icon{width:46px;height:46px;border-radius:13px;background:var(--gold);display:grid;place-items:center;margin-bottom:24px;font-size:22px}
	.featured .icon{background:var(--gold)}
	.num{position:absolute;right:18px;top:19px;font:700 22px Georgia;color:var(--gold)}
	.benefit h3{font-size:17px}
	.benefit p{font-size:12px;line-height:1.65;color:#738088}
    .features{background:var(--navy);color:#fff}
	.features h2{margin-bottom:45px}
	.feature-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--gold)}
	.feature{padding:28px 20px 28px 0;border-bottom:1px solid var(--gold);display:grid;grid-template-columns:42px 1fr;gap:10px}
	.feature:nth-child(odd){border-right:1px solid var(--gold)}
	.feature:nth-child(even){padding-left:30px}
	.feature>span{font:italic 20px Georgia;color:var(--gold)}
	.feature h3{font-size:16px}
	.feature p{font-size:12px;color:#91a7b2;line-height:1.6}
    .company-card{background:var(--cream);border-radius:30px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr}
	
.company-reasons {
  min-height: 440px;
  padding: 48px 38px;
  background: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.company-reason {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 17px;
}

.company-reason__icon {
  width: 58px;
  height: 58px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--gold);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(16, 36, 49, 0.12);
}

.company-reason__icon svg {
  width: 29px;
  height: 29px;

  fill: none;
  stroke: var(--cream);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.company-reason h3 {
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
}

.company-reason p {
  margin: 0;
  color: var(--cream);
  font-size: 12px;
  line-height: 1.6;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product {
  min-width: 0;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #e5e8e9;
  border-radius: 18px;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 185, 223, 0.65);
  box-shadow: 0 18px 35px rgba(16, 36, 49, 0.1);
}

.product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 12px 18px;

  color: inherit;
  text-decoration: none;
}

.product-img {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eef2f3;
  border-radius: 12px;
}

.product-img img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;

  object-fit: contain;
  transition: transform 0.3s ease;
}

.product:hover .product-img img {
  transform: scale(1.04);
}

.product-discount {
  position: absolute;
  top: 10px;
  left: 10px;

  padding: 6px 9px;
  border-radius: 999px;

  background: #63b9df;
  color: #102431;

  font-size: 11px;
  font-weight: 800;
}

.product h3 {
  margin: 15px 2px 6px;

  color: #15232c;
  font-size: 13px;
  line-height: 1.35;
}

.product p {
  margin: 0 2px 16px;

  color: #839099;
  font-size: 10px;
  line-height: 1.5;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: auto 2px 0;
}

.product-price b {
  color: #102431;
  font-size: 16px;
}

.product-price del {
  color: #9da7ac;
  font-size: 11px;
}

.products-empty {
  padding: 40px 20px;

  text-align: center;
  color: #63717a;

  background: #ffffff;
  border: 1px solid #e5e8e9;
  border-radius: 18px;
}	
	
	.company-visual{min-height:440px;background:var(--blue);display:grid;place-items:center;position:relative}
	.company-copy{padding:55px 50px}.company-copy>p{color:var(--muted);font-size:13px;line-height:1.75}
	.stats{display:flex;justify-content:space-between;border-top:1px solid #d8d1c7;padding-top:25px;margin-top:25px}.stats b{display:block;font:26px Georgia;color:#277c9f}.stats span{font-size:9px;color:#76828a;text-transform:uppercase}
    .products-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}.products-head h2{margin:0}.products-head>a{font-size:12px;font-weight:800;color:#287fa3}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:#fff;border:1px solid #e5e8e9;border-radius:18px;padding:12px 12px 16px}.product-img{height:190px;border-radius:12px;background:#eef2f3;display:grid;place-items:center}.pack{width:94px;height:135px;clip-path:polygon(6% 0,94% 0,100% 100%,0 100%);color:#fff;text-align:center;padding-top:22px;box-shadow:0 12px 17px rgba(16,36,49,.15)}.pack small{font-size:6px;letter-spacing:2px}.pack b{display:block;font:17px Georgia;margin-top:22px}.product h3{font-size:13px;margin:15px 2px 5px}.product p{font-size:9px;color:#839099;margin:0 2px 16px}.price{display:flex;justify-content:space-between;align-items:center}.price button{border:0;width:32px;height:32px;border-radius:9px;background:var(--blue);font-size:16px}
    .final,.final p,.final h2 {color: var(--cream);}
	.final{padding:80px 0;background:var(--black);text-align:center}.final h2{font-size:42px}
	.final .btn{background:var(--gold);color:var(--cream)}footer{background:var(--black);color:#fff;padding:65px 0 0}
	.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:55px}
	.footer-grid>div{display:flex;flex-direction:column;gap:12px;font-size:11px;color:#8ca0aa}
	.footer-grid>div:first-child p{font:italic 15px Georgia}
	.footer-logo{color:#fff}
	.footer-logo i{border-color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.1);padding:20px;text-align:center;font-size:9px;color:#6f858f}


@media(max-width:760px)
{.container{width:calc(100% - 32px)}
.header-inner{height:68px}
.logo img {height: 38px;}
.burger{display:block;z-index:2}
.burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.menu{position:absolute;top:68px;left:0;right:0;background:var(--blue);padding:22px 24px 28px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 30px rgba(16,36,49,.15);transform:translateY(-130%);opacity:0;pointer-events:none;transition:.25s}.menu.open{transform:none;opacity:1;pointer-events:auto}.menu a{padding:13px 4px;border-bottom:1px solid rgba(16,36,49,.12)}.menu .menu-cta{text-align:center;margin-top:12px}.hero{padding:110px 0 60px;grid-template-columns:1fr;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero h1{font-size:44px}
.phone-scene {
    height: 470px;
    overflow: visible;
  }
.phone-image {
    transform: translateY(0px) rotate(2deg);
  }
.phone-image img {
    max-width: 260px;
    max-height: 450px;
  }
.company-reasons {
    min-height: auto;
    padding: 38px 28px;
    gap: 24px;
  }

  .company-reason {
    grid-template-columns: 52px 1fr;
    gap: 15px;
  }

  .company-reason__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .company-reason__icon svg {
    width: 26px;
    height: 26px;
  } 
.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-img {
    height: 180px;
  }  
.float{display:none}
.download-inner{flex-direction:column;text-align:center}
.download .eyebrow{justify-content:center}.benefits{grid-template-columns:1fr 1fr}.benefit,.benefit:nth-child(4){grid-column:auto}.benefit:last-child{grid-column:1/-1}
.feature-grid{grid-template-columns:1fr}
.feature:nth-child(odd){border-right:0}
.feature:nth-child(even){padding-left:0}.company-card{grid-template-columns:1fr}.company-visual{min-height:330px}.products{grid-template-columns:1fr 1fr}
.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:20px}}
    @media(max-width:460px){.container{width:calc(100% - 28px)}h2,.final h2{font-size:35px}.hero h1{font-size:39px;letter-spacing:-2px}.actions{flex-direction:column;gap:15px}
.phone-scene {
    height: 410px;
  }
 .phone-image {
    transform: translateY(0px) rotate(1.5deg);
  }
.phone-image img {
    max-width: min(230px, 78vw);
    max-height: 390px;
  }
.company-reasons {
    padding: 32px 22px;
  }

.company-reason h3 {
    font-size: 15px;
  }

.company-reason p {
    font-size: 11px;
  }
  .products {
    gap: 10px;
  }

  .product-link {
    padding: 8px 8px 14px;
  }

  .product-img {
    height: 155px;
  }

  .product-img img {
    padding: 8px;
  }

  .product h3 {
    font-size: 12px;
  }

  .product p {
    display: none;
  }
.stores{flex-direction:column;width:100%}.store{justify-content:center}.benefits{grid-template-columns:1fr}.benefit:last-child{grid-column:auto}.company-copy{padding:38px 28px}.stats b{font-size:20px}.stats span{font-size:7px}.products-head>a{display:none}.product-img{height:165px}.pack{transform:scale(.88)}
.footer-grid{grid-template-columns:1fr 1fr}
.footer-grid>div:first-child{grid-column:1/-1}}
