.glf-landing{--glf-ink:#19344a;--glf-muted:#637687;--glf-line:#dfe8ec;box-sizing:border-box;width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);overflow:hidden;color:var(--glf-ink);background:radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--glf-teal) 12%,transparent),transparent 25rem),radial-gradient(circle at 6% 88%,color-mix(in srgb,var(--glf-lime) 13%,transparent),transparent 22rem),#f4f8f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.glf-landing *{box-sizing:border-box}.glf-landing-header,.glf-landing-hero,.glf-landing-features,.glf-landing footer{width:min(1180px,calc(100% - 40px));margin-inline:auto}.glf-landing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0}.glf-landing-brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.glf-landing-brand svg,.glf-landing-brand img{width:58px;height:44px;object-fit:contain}.glf-landing-brand strong,.glf-landing-brand small{display:block}.glf-landing-brand strong{color:var(--glf-navy);font:750 24px/1.1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.glf-landing-brand small{margin-top:5px;color:var(--glf-teal);font:750 10px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.16em;text-transform:uppercase}.glf-landing nav,.glf-landing-actions{display:flex;align-items:center;gap:11px}.glf-landing-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;color:var(--glf-navy);text-decoration:none!important;background:#fff;border:1px solid var(--glf-line);border-radius:10px;font-size:14px;font-weight:750;transition:transform .2s ease,box-shadow .2s ease}.glf-landing-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(16,42,67,.1)}.glf-landing-button.is-primary{color:#fff;background:var(--glf-teal);border-color:var(--glf-teal)}.glf-landing-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);align-items:center;gap:clamp(48px,8vw,100px);padding:clamp(70px,10vw,128px) 0 76px}.glf-landing-eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 20px;color:#087171;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.glf-landing-eyebrow:before{width:9px;height:9px;content:"";background:var(--glf-lime);border-radius:50%;box-shadow:0 0 0 5px color-mix(in srgb,var(--glf-lime) 18%,transparent)}.glf-landing h1{margin:0;color:var(--glf-navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,7vw,78px);font-weight:500;line-height:.99;letter-spacing:-.045em}.glf-landing h1 span{color:var(--glf-teal)}.glf-landing-intro{margin:28px 0 0;color:var(--glf-muted);font-size:clamp(17px,2vw,20px);line-height:1.7}.glf-landing-actions{flex-wrap:wrap;margin-top:34px}.glf-landing-card{position:relative;padding:32px;overflow:hidden;color:#fff;background:linear-gradient(145deg,var(--glf-navy),color-mix(in srgb,var(--glf-navy) 76%,var(--glf-teal)));border-radius:24px;box-shadow:0 30px 70px rgba(16,42,67,.22)}.glf-landing-signal{display:flex;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14);color:#a8f0ea;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.glf-landing-signal strong{display:flex;align-items:center;gap:7px;color:#dff7f5;font-size:12px;letter-spacing:0;text-transform:none}.glf-landing-signal strong:before{width:8px;height:8px;content:"";background:var(--glf-lime);border-radius:50%}.glf-landing-card h2{margin:28px 0 12px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:31px;font-weight:500}.glf-landing-card p{margin:0;color:#d5e4eb;line-height:1.65}.glf-landing-card ol{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none;counter-reset:steps}.glf-landing-card li{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:13px;color:#edf7f8;font-size:14px;counter-increment:steps}.glf-landing-card li:before{display:grid;width:34px;height:34px;content:counter(steps);place-items:center;color:var(--glf-navy);background:#fff;border-radius:10px;font-weight:850}.glf-landing-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:clamp(70px,9vw,110px)}.glf-landing-features article{min-height:178px;padding:25px;background:rgba(255,255,255,.86);border:1px solid var(--glf-line);border-radius:16px;box-shadow:0 12px 35px rgba(16,42,67,.06)}.glf-landing-features i{display:block;width:34px;height:5px;margin-bottom:22px;background:linear-gradient(90deg,var(--glf-teal),var(--glf-lime));border-radius:99px}.glf-landing-features h3{margin:0 0 10px;color:var(--glf-navy);font-size:17px}.glf-landing-features p{margin:0;color:var(--glf-muted);font-size:14px;line-height:1.65}.glf-landing footer{display:flex;justify-content:space-between;gap:16px;padding:24px 0 34px;color:var(--glf-muted);border-top:1px solid var(--glf-line);font-size:12px}@media(max-width:850px){.glf-landing-hero{grid-template-columns:1fr}.glf-landing-card{max-width:620px}.glf-landing-features{grid-template-columns:1fr}.glf-landing-features article{min-height:0}}@media(max-width:600px){.glf-landing-header,.glf-landing-hero,.glf-landing-features,.glf-landing footer{width:min(100% - 28px,1180px)}.glf-landing-header{align-items:flex-start}.glf-landing-brand svg,.glf-landing-brand img{width:48px}.glf-landing-brand strong{font-size:19px}.glf-landing nav .glf-landing-button:first-child{display:none}.glf-landing-button{min-height:44px;padding-inline:16px}.glf-landing-hero{padding-top:60px}.glf-landing h1{font-size:clamp(44px,15vw,62px)}.glf-landing-card{padding:25px;border-radius:18px}.glf-landing footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){.glf-landing-button{transition:none}}

