:root{--teal: #0a9593;--teal-dark: #0a8583;--teal-deeper: #0A4F4E;--orange: #e3834e;--orange-light: #eA9A6E;--peach: #e3b8a2;--beige: #edeae8;--brown: #a07d6b;--sage: #aab8b7;--muted-teal: #638d8c;--text-dark: #1A202C;--text-mid: #4A5568;--text-light: #718096;--white: #FFFFFF;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.07);--shadow-lg: 0 8px 32px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden;font-size:16px;line-height:1.6}nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 6%;height:64px;background:#0f6665e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-logo{font-family:Playfair Display,serif;font-weight:700;font-size:1.2rem;color:var(--white);text-decoration:none;display:flex;align-items:center}.nav-logo em{color:var(--orange);font-style:normal}.nav-links{display:flex;gap:1.8rem;list-style:none}.nav-links a{color:#ffffffa6;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s;cursor:pointer}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--orange);color:var(--white);border:none;padding:9px 20px;border-radius:6px;font-family:"Source Sans 3",sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s;display:inline-block}.nav-cta:hover{background:var(--orange-light)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px}.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#0f6665f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:199;padding:1.5rem 6%;border-top:1px solid rgba(255,255,255,.06);flex-direction:column;gap:.5rem}.mobile-menu.open{display:flex}.mobile-menu a{color:#fff9;text-decoration:none;font-size:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:color .2s}.mobile-menu a:hover{color:var(--white)}.mobile-menu a:last-child{border-bottom:none}.hero{min-height:100vh;background:#0a4f4e;display:flex;align-items:center;padding:120px 6% 80px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(6,40,40,.95) 10%,rgba(7,47,47,.876) 40%,rgba(10,79,78,.712) 70%,transparent 85%);pointer-events:none;z-index:1}.hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.6fr .7fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--orange);font-weight:600;margin-bottom:1.2rem}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:900;line-height:1.06;color:var(--white);margin-bottom:1.5rem}.hero h1 .accent{color:var(--orange);display:block}.hero-lead{font-size:1.05rem;line-height:1.8;color:#ffffffa6;margin-bottom:2.5rem;font-weight:300;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn-primary{background:var(--orange);color:var(--white);padding:14px 28px;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block;border:none;cursor:pointer;font-family:"Source Sans 3",sans-serif;box-shadow:0 4px 14px #e3834e59}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 6px 20px #e3834e66}.btn-outline{background:transparent;color:#ffffffb3;padding:14px 28px;border-radius:8px;font-size:.9rem;font-weight:400;text-decoration:none;cursor:pointer;border:1px solid rgba(255,255,255,.15);transition:all .25s;display:inline-block;font-family:"Source Sans 3",sans-serif}.btn-outline:hover{color:var(--white);border-color:#ffffff59;background:#ffffff0d}.hero-proof{display:flex;gap:2.5rem;border-top:1px solid rgba(255,255,255,.06);padding-top:2rem}.proof-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--white);line-height:1}.proof-num span{color:var(--orange)}.proof-label{font-size:.75rem;color:#ffffff59;margin-top:4px}.hero-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-card-header{padding:1rem 1.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#ffffff80;border-bottom:1px solid rgba(255,255,255,.08)}.flow-step{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.04);transition:background .2s}.flow-step:last-child{border-bottom:none}.flow-step:hover{background:#ffffff0a}.flow-num{min-width:28px;height:28px;background:#e3834e26;border:1px solid rgba(227,131,78,.25);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--orange);flex-shrink:0;margin-top:2px}.flow-text strong{display:block;color:var(--white);font-size:.88rem;font-weight:500}.flow-text span{font-size:.76rem;color:#ffffff80}section{padding:96px 6%}.section-inner{max-width:1100px;margin:0 auto}.section-eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--orange);font-weight:600;margin-bottom:.6rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:700;line-height:1.15;color:var(--text-dark);margin-bottom:.8rem}.section-title-light{color:var(--white)}.section-sub{font-size:1rem;color:var(--text-mid);line-height:1.75;max-width:520px;font-weight:300}.divider{width:40px;height:3px;background:var(--orange);border-radius:2px;margin:1.2rem 0 1.5rem}.hiw{background:var(--beige)}.hiw-row{display:flex;gap:1.5rem;margin-top:3rem}.hiw-step{flex:1;padding:2rem 1.5rem;background:var(--white);border:1px solid var(--sage);border-radius:10px;text-align:center;position:relative;transition:all .25s}.hiw-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.hiw-icon{font-size:2rem;margin-bottom:1rem;display:block;color:var(--teal)}.hiw-step h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.hiw-step p{font-size:.85rem;color:var(--text-light);line-height:1.6}.hiw-step-num{position:absolute;top:.75rem;left:.75rem;font-size:.65rem;font-weight:700;color:var(--muted-teal);letter-spacing:.06em}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.feat-card{background:var(--white);border:1px solid var(--sage);border-radius:10px;padding:2rem;transition:all .25s}.feat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--teal)}.feat-icon{font-size:1.6rem;margin-bottom:1rem;display:block;color:var(--teal)}.feat-card h3{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.6rem}.feat-card p{font-size:.85rem;color:var(--text-mid);line-height:1.65}.feat-list{margin-top:1rem;list-style:none}.feat-list li{font-size:.82rem;color:var(--text-light);padding:5px 0;display:flex;align-items:center;gap:8px}.feat-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0}.edge{background:var(--teal-dark)}.edge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}.edge-card{background:#ffffff0a;padding:2rem;border-radius:10px;box-shadow:0 4px 20px #00000026;transition:box-shadow .25s,background .25s}.edge-card:hover{box-shadow:0 6px 28px #00000040;background:#ffffff12}.edge-card .e-icon{font-size:1.6rem;margin-bottom:.8rem;display:block;color:var(--orange-light)}.edge-card h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.edge-card p{font-size:.85rem;color:#ffffff8c;line-height:1.65}.pricing{background:var(--beige)}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;max-width:780px}.price-card{background:var(--white);border:1px solid var(--sage);border-radius:10px;padding:2.5rem;position:relative;transition:all .25s}.price-card:hover{box-shadow:var(--shadow-md)}.price-card.featured{border-color:var(--teal);box-shadow:0 4px 24px #14807f1a}.price-featured-tag{position:absolute;top:-1px;right:1.5rem;background:var(--orange);color:var(--white);font-size:.65rem;font-weight:700;padding:5px 12px;border-radius:0 0 6px 6px;letter-spacing:.06em;text-transform:uppercase}.price-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:.5rem}.price-amount{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1.1;margin-bottom:.3rem}.price-amount sub{font-size:.85rem;font-family:"Source Sans 3",sans-serif;font-weight:300;color:var(--text-light)}.price-desc{font-size:.85rem;color:var(--text-mid);margin:1rem 0 1.5rem;line-height:1.65}.price-features{list-style:none}.price-features li{font-size:.85rem;color:var(--text-dark);padding:8px 0;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--beige)}.price-features li:last-child{border-bottom:none}.price-features li:before{content:"✓";color:var(--teal);font-weight:700;font-size:.85rem}.price-cta{display:block;margin-top:1.8rem;text-align:center;background:var(--teal);color:var(--white);padding:12px 20px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;font-family:"Source Sans 3",sans-serif}.price-cta:hover{background:var(--teal-dark);transform:translateY(-1px)}.price-cta.orange{background:var(--orange)}.price-cta.orange:hover{background:var(--orange-light)}.suit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.suit-card{border:1px solid var(--sage);border-radius:10px;padding:2rem;border-top:3px solid var(--teal);transition:all .25s;background:var(--white)}.suit-card:hover{border-top-color:var(--orange);transform:translateY(-4px);box-shadow:var(--shadow-md)}.suit-card .s-icon{font-size:2rem;margin-bottom:1rem;display:block;color:var(--teal)}.suit-card h4{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.suit-card p{font-size:.85rem;color:var(--text-mid);line-height:1.65}.contact{background:var(--teal-dark)}.contact .section-title{color:var(--white)}.contact .section-sub{color:#ffffff73}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem;align-items:center}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.contact-info-item:last-child{border-bottom:none;margin-bottom:0}.ci-icon{width:42px;height:42px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;color:var(--orange-light)}.ci-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:3px}.ci-value{font-size:.9rem;color:#fffc}.ci-value a{color:#fffc;text-decoration:none;transition:color .2s}.ci-value a:hover{color:var(--orange)}.contact-form{background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem}.form-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.form-sub{font-size:.85rem;color:#ffffff59;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.75rem;font-weight:600;color:#ffffff80;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:11px 14px;font-size:.9rem;color:var(--white);font-family:"Source Sans 3",sans-serif;outline:none;transition:all .2s;-webkit-appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff26}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);background:#ffffff14;box-shadow:0 0 0 3px #14807f1a}.form-group select option{background:var(--teal-dark);color:var(--white)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{width:100%;background:var(--orange);color:var(--white);border:none;padding:13px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:"Source Sans 3",sans-serif;transition:all .2s;margin-top:.5rem}.form-submit:hover{background:var(--orange-light);transform:translateY(-1px)}.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-success{text-align:center;padding:2rem}.form-success .fs-icon{margin-bottom:1rem}.form-success .fs-icon svg{color:#22c55e}.form-success h3{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--white);margin-bottom:.5rem}.form-success p{font-size:.9rem;color:#fff6}footer{background:var(--teal-deeper);padding:50px 6% 28px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.04);margin-bottom:2rem}.footer-brand{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.footer-brand em{color:var(--orange);font-style:normal}.footer-sub{font-size:.78rem;color:#ffffff73;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{font-size:.85rem;color:#fff9;text-decoration:none;transition:color .2s;cursor:pointer}.footer-links a:hover{color:var(--orange)}.footer-col-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:1rem;font-weight:600}.footer-contact-list{list-style:none}.footer-contact-list li{font-size:.85rem;color:#fff9;margin-bottom:.5rem}.footer-contact-list a{color:#fff9;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:var(--orange)}.footer-bottom{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;font-size:.75rem;color:#fff6;flex-wrap:wrap;gap:.5rem}.footer-bottom a{color:#fff6;text-decoration:none}.footer-bottom a:hover{color:var(--orange)}.back-top{position:fixed;bottom:2rem;right:2rem;z-index:100;width:44px;height:44px;border-radius:50%;background:var(--orange);color:var(--white);border:none;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #e3834e4d;transition:all .25s}.back-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #e3834e66}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#0a4f4ef2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);padding:12px 24px;border-radius:8px;font-size:.875rem;border:1px solid rgba(227,131,78,.3);box-shadow:0 4px 20px #0003;z-index:300}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hiw-row{flex-direction:column}.features-grid,.edge-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr;max-width:420px}.suit-grid{grid-template-columns:1fr 1fr}.contact-inner{grid-template-columns:1fr}.nav-links,.nav-cta{display:none}.hamburger{display:flex}.form-row{grid-template-columns:1fr}.footer-inner{flex-direction:column}}@media (max-width: 600px){.hero{min-height:0;padding:100px 5% 60px}.hero:after{background:#062828eb}.hero-inner{gap:1.5rem}.features-grid,.edge-grid,.suit-grid{grid-template-columns:1fr}.hero-proof{gap:1.5rem}section{padding:60px 5%}}
