:root {
    --deep: #06281f;
    --lake: #7bc4b8;
    --mint: #d9fff3;
    --cream: #fff7e6;
    --copper: #cc7a4b;
    --ink: #10231f;
    --soft: #687d76;
    --card: #ffffffd9;
    --line: #d6eee6;
    --max: 1180px;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background: linear-gradient(180deg, #f4fff9, #fffaf1 52%, #effffb);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap {
    max-width: var(--max);
    margin: auto;
    padding: 0 24px;
}

nav {
    position: fixed;
    top: 18px;
    left: 0;
    right: 0;
    z-index: 50;
    pointer-events: none;
}

.navin {
    pointer-events: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 18px 60px -34px #064233;
    border-radius: 999px;
    padding: 12px 14px 12px 22px;
}

.brand {
    font-weight: 900;
    letter-spacing: -.04em;
    font-size: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.brand,
.logo{
    display: flex;
    align-items: center;
    gap: .25rem;
}
.brand img,
.logo img{
    display: block;
    width: 54px;
    height: auto;
}

.navlinks {
    display: flex;
    gap: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #31574f;
}

.call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--deep);
    color: white;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 900;
    box-shadow: 0 12px 30px -15px #06281f;
    transition: .35s var(--ease);
}

.call:hover {
    transform: translateY(-2px);
}

.hero {
    position: relative;
    padding: 150px 0 74px;
    overflow: hidden;
}

.hero:before {
    content: "";
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at 12% 20%, #aaf6df 0 12%, transparent 25%), radial-gradient(circle at 82% 10%, #ffd9be 0 12%, transparent 24%), radial-gradient(circle at 55% 90%, #92d9d1 0 18%, transparent 35%);
    filter: blur(20px);
    opacity: .8;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 56px;
    align-items: center;
}

.eyebrow {
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: 12px;
    color: #2d6a4f;
}

h1 {
    font-size: clamp(48px, 7vw, 74px);
    line-height: .92;
    letter-spacing: -.07em;
    margin: 16px 0 22px;
}

h1 span {
    background: linear-gradient(110deg, #2d6a4f, #0d9488, #cc7a4b);
    -webkit-background-clip: text;
    color: transparent;
}

.lede {
    font-size: 20px;
    color: #385a52;
    max-width: 560px;
}

.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
}

.ghost {
    display: inline-flex;
    border: 1.5px solid #baded2;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 900;
    color: #1f5948;
    background: rgba(255, 255, 255, .55);
}

.micro {
    font-size: 13px;
    color: #6c817b;
    margin-top: 20px;
    font-weight: 700;
}

.record {
    position: relative;
    height: 520px;
    display: grid;
    place-items: center;
}

.disc {
    width: min(430px, 92vw);
    height: min(430px, 92vw);
    border-radius: 50%;
    background: repeating-radial-gradient(circle, #173b31 0 8px, #102b25 9px 14px);
    box-shadow: 0 42px 90px -42px #05261f;
    position: relative;
    animation: spin 28s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.disc:before {
    content: "";
    position: absolute;
    inset: 32%;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff4dc, #b9f6e8);
    box-shadow: inset 0 0 0 14px #fff;
}

.disc:after {
    content: "ErieChat";
    position: absolute;
    inset: 41%;
    display: grid;
    place-items: center;
    text-align: center;
    font-weight: 1000;
    color: #194538;
}

.needle {
    position: absolute;
    width: 240px;
    height: 12px;
    background: #fff7e6;
    right: 2%;
    top: 16%;
    border-radius: 99px;
    transform: rotate(35deg);
    box-shadow: 0 14px 30px -15px #000;
}

.needle:after {
    content: "";
    position: absolute;
    right: -10px;
    top: -9px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #cc7a4b;
}

.bubble {
    position: absolute;
    background: white;
    border: 1px solid #d9efe5;
    border-radius: 22px;
    padding: 16px 18px;
    font-weight: 900;
    box-shadow: 0 18px 45px -30px #06281f;
    animation: float 5s ease-in-out infinite;
}

.bubble small {
    display: block;
    font-size: 11px;
    color: #70857f;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.b1 {
    left: 0;
    top: 80px;
}

.b2 {
    right: 0;
    bottom: 70px;
    animation-delay: -2s;
}

@keyframes float {
    50% {
        transform: translateY(-14px);
    }
}

.ribbon {
    overflow: hidden;
    background: #07281f;
    color: #d7fff3;
    padding: 14px 0;
    white-space: nowrap;
}

.ribbon .track {
    display: inline-flex;
    gap: 40px;
    animation: marq 28s linear infinite;
}

.ribbon span {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
}

@keyframes marq {
    to {
        transform: translateX(-50%);
    }
}

section {
    padding: 92px 0;
}

.section-head {
    max-width: 720px;
    margin-bottom: 42px;
}

.section-head h2 {
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1;
    letter-spacing: -.055em;
    margin-bottom: 2rem;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: .8s var(--ease);
}

.reveal.show {
    opacity: 1;
    transform: none;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.card {
    background: var(--card);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 24px 60px -42px #06281f;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.3;
}

.card p,
.card li {
    color: #56716a;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.step {
    background: #073126;
    color: white;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.step b {
    font-size: 42px;
    color: #83ead6;
}

.step h3 {
    margin: 10px 0;
}

.step p {
    color: #c8fff1;
    font-size: 15px;
}

.mapsec {
    background: #082820;
    color: white;
    position: relative;
    overflow: hidden;
}

.mapsec .eyebrow {
    color: #97f4df;
}

.mapgrid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: center;
}

.lake-map {
    background: linear-gradient(135deg, #123d35, #0b2f28);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 34px;
    padding: 28px;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.lake-map svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .42;
}

.chips {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: relative;
    z-index: 2;
}

.chip {
    padding: 10px 14px;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #e6fff9;
    font-size: 14px;
}

.chip b{
    display: block;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.panel {
    border-radius: 34px;
    padding: 38px;
    background: white;
    box-shadow: 0 28px 70px -48px #06281f;
}
.panel h2{
    margin-bottom: 1rem;
}
.panel.alt {
    background: #fffbef;
}

.panel ul {
    list-style: none;
    display: grid;
    gap: 12px;
}

.panel li:before {
    content: "✓";
    color: #2d6a4f;
    font-weight: 900;
    margin-right: 10px;
}

.safe {
    background: #fff7e8;
}

.faq-list {
    max-width: 840px;
    margin: auto;
    display: grid;
    gap: 14px;
}

.faq-item {
    background: white;
    border: 1px solid #eadfca;
    border-radius: 24px;
    overflow: hidden;
}

.faq-q {
    width: 100%;
    border: 0;
    background: none;
    padding: 22px 26px;
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: .4s;
}

.faq-a p {
    padding: 0 26px 22px;
    color: #60746d;
}

.faq-item.open .faq-a {
    max-height: 220px;
}

.final {
    text-align: center;
    background: linear-gradient(135deg, #073126, #2d6a4f);
    color: white;
}

.final h2 {
    font-size: clamp(38px, 6vw, 72px);
    letter-spacing: -.06em;
    line-height: 1;
    max-width: 720px;
    margin: 0 auto 2rem;
}

.final p {
   font-size: 1.5rem;
   font-weight: 500 ;
   max-width: 720px;
   margin: 0 auto;
}

footer {
    background: #061a15;
    color: #b9d8ce;
    padding: 48px 0;
    font-size: 14px;
}

.foot {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media(max-width: 900px) {
    .navlinks {
        display: none;
    }

    .hero-grid,
    .mapgrid,
    .split {
        grid-template-columns: 1fr;
    }

    .cards,
    .steps {
        grid-template-columns: 1fr 1fr;
    }

    .record {
        height: 420px;
    }
}

@media(max-width: 560px) {

    .cards,
    .steps {
        grid-template-columns: 1fr;
    }

    .navin {
        border-radius: 24px;
    }

    .hero {
        padding-top: 120px;
    }
}

.impression{
    background-color: #073126;
    color: #fff;
}
.impression .section-head{
    margin: 0 auto;
    text-align: center;
}

.impression .section-head p{
    margin-top: 1rem;
}