@font-face {
  font-family: "FindSans Pro";
  src: url("assets/fonts/FindSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FindSans Pro";
  src: url("assets/fonts/FindSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FindSans Pro";
  src: url("assets/fonts/FindSansPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FindSans Pro";
  src: url("assets/fonts/FindSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: "FindSans Pro", Arial, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{
  margin:0;
  font-family:"FindSans Pro",Arial,sans-serif;
  color:#071923;
  background:#fff;
}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid #edf1f4}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-weight:900;font-size:20px}.brand span{display:block;font-size:12px;font-weight:500;color:#7b8790}.nav nav{display:flex;gap:38px;font-size:18px;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:16px 24px;background:#087cff;color:white;font-weight:800;cursor:pointer;box-shadow:0 8px 24px #087cff2b}.btn.small{padding:12px 20px}.hero{padding:64px 0 82px;text-align:center}.hero-copy{max-width:760px;margin:auto}.eyebrow{font-weight:800;color:#087cff;margin:0 0 10px}.hero h1{font-size:clamp(42px,6vw,74px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px}.hero h1 span,.dark h2 span,.guarantee span{color:#087cff}.lead{color:#66727b;font-size:18px;line-height:1.5}.hero .btn{margin-top:10px}.photos{display:grid;grid-template-columns:1fr 1.15fr 1fr;align-items:end;gap:14px;margin:48px auto 0;max-width:1040px}.photos figure{height:350px;margin:0;border-radius:20px;overflow:hidden;background:#eee;box-shadow:0 16px 45px #132a3817}.photos .main-photo{height:390px}.photos img,.about-photo img{width:100%;height:100%;object-fit:cover}.photos figure:first-child{transform:rotate(-2deg)}.photos figure:last-child{transform:rotate(2deg)}.intro{position:relative;margin:-22px auto 0;background:white;border:1px solid #dce4e9;border-radius:16px;padding:20px 28px;width:min(680px,92%);font-weight:900;font-size:clamp(20px,2.2vw,28px);line-height:1.28;letter-spacing:-.025em;box-shadow:0 10px 30px #0000000c}.dark{background:#071923;color:white;padding:76px 0}.dark h2,.about h2,.bonus h2,.cta h2{font-size:clamp(36px,5vw,56px);letter-spacing:-.04em;margin:0 0 34px}.grid{display:grid;gap:16px}.benefits{grid-template-columns:repeat(3,1fr)}.benefits article{background:white;color:#071923;border-radius:18px;padding:26px;min-height:205px}.benefits b{color:#087cff;font-size:28px}.benefits .benefit-emoji{display:block;font-size:42px;line-height:1;filter:drop-shadow(0 6px 10px #0002)}.benefits h3,.bonus h3{margin:15px 0 8px}.benefits p,.bonus p{color:#68747c;line-height:1.45}.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;padding:92px 0}.about-photo{height:560px;border-radius:22px;overflow:hidden;transform:rotate(-2deg);box-shadow:0 20px 50px #132a3817}.facts{list-style:none;padding:0;margin:30px 0 0}.facts li{padding:14px 0;border-bottom:1px solid #e8edf0;font-size:17px}.guarantee{background:#eaf5ff;padding:40px 0;text-align:center}.guarantee p{font-size:clamp(27px,4vw,45px);font-weight:800;letter-spacing:-.035em;margin:0}.guarantee small{display:block;margin-top:10px;color:#6c7880}.bonus{padding:90px 0}.bonus-grid{grid-template-columns:repeat(3,1fr)}.bonus-grid article{border:1px solid #dce9f4;border-radius:18px;padding:28px}.icon{font-size:40px;color:#087cff;line-height:1}.cta{text-align:center}.cta .wrap{max-width:800px}.cta p:not(.eyebrow){color:#b9c5cb;font-size:18px;line-height:1.5}.cta .btn{margin-top:18px}.micro{display:flex;justify-content:center;gap:28px;margin-top:34px;color:#cbd6dc;font-size:14px}footer{background:#031017;color:#c5d0d5;padding:30px 0}.footer{display:flex;justify-content:space-between;align-items:center;font-size:13px}.footer strong,.footer span{display:block}.modal{position:fixed;inset:0;z-index:50;background:#031017a8;display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{position:relative;width:min(500px,100%);background:white;border-radius:22px;padding:34px}.modal-card h2{margin:0 0 12px;font-size:36px}.modal-card p{color:#66727b;line-height:1.45}.modal-card input{width:100%;padding:16px;border:1px solid #d7e0e5;border-radius:12px;font-size:16px;margin:10px 0}.modal-card .btn{width:100%;margin-top:4px}.close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:30px;cursor:pointer}code{font-size:12px;background:#f2f5f7;padding:2px 5px;border-radius:5px}
@media(max-width:760px){.wrap{width:min(100% - 28px,1120px)}.nav{height:66px}.nav nav{display:none}.brand{font-size:17px}.btn.small{padding:10px 14px;font-size:13px}.hero{padding:42px 0 58px}.hero h1{font-size:46px}.lead{font-size:16px}.photos{grid-template-columns:1fr 1fr;gap:10px;margin-top:34px}.photos figure,.photos .main-photo{height:270px}.photos .main-photo{grid-column:1/-1;grid-row:1;height:330px}.photos figure:first-child,.photos figure:last-child{transform:none}.intro{margin-top:14px}.dark{padding:58px 0}.benefits,.bonus-grid{grid-template-columns:1fr}.benefits article{min-height:0}.about{grid-template-columns:1fr;gap:38px;padding:65px 0}.about-photo{height:420px;transform:none}.micro{flex-wrap:wrap;gap:14px}.footer{gap:20px;align-items:flex-start;flex-direction:column}}

.footer-legal a{color:inherit;text-decoration:underline;text-underline-offset:3px;opacity:.9}.footer-legal a:hover{opacity:1}
