/* =====================================================================
   GRATIS MUSTER — Phase 2E: Live QA Fix + Mobile Repair + Horizontal Form
   Tokens: burgundy #311d22, gold #c9a96e, ivory #f8f4ee, CTA #5C2E2E
   Fonts: Cormorant Garamond (headings), Urbanist (kickers), Inter (body)
   ===================================================================== */

html { scroll-behavior: smooth; }

/* 1. Page wrapper + grain */
.gmp-page {
    position: relative;
    background: linear-gradient(165deg, #faf7f2 0%, #f0e8dd 35%, #e8ddd0 65%, #e2d3c4 100%);
    min-height: 100vh;
    overflow-x: hidden;
}
.gmp-page::after {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.03;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
}

/* 2. Decorative background — botanical motifs */
.gmp-deco {
    position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.gmp-deco-sheet { position: absolute; width: auto; border-radius: 14px; object-fit: cover; }
.gmp-deco-1 { height: 520px; top: -80px; left: -100px; transform: rotate(-10deg); opacity: 0.05; }
.gmp-deco-2 { height: 440px; bottom: -50px; right: -80px; transform: rotate(7deg); opacity: 0.04; }
.gmp-deco-3 { height: 380px; top: 45%; left: 40%; transform: rotate(12deg) translateY(-50%); opacity: 0.03; }

/* Botanical motif ornaments — large atmospheric background art */
.gmp-botanical { position: absolute; pointer-events: none; z-index: 0; object-fit: contain; }
.gmp-botanical-1 { width: clamp(380px, 42vw, 680px); height: auto; top: -4%; right: -10%; opacity: 0.12; transform: rotate(15deg); filter: blur(0.5px); }
.gmp-botanical-2 { width: clamp(320px, 35vw, 560px); height: auto; top: 22%; left: -12%; opacity: 0.09; transform: rotate(-20deg) scaleX(-1); filter: blur(0.3px); }
.gmp-botanical-3 { width: clamp(340px, 36vw, 600px); height: auto; bottom: 28%; right: -8%; opacity: 0.08; transform: rotate(10deg); }
.gmp-botanical-4 { width: clamp(300px, 32vw, 520px); height: auto; bottom: 4%; left: -6%; opacity: 0.10; transform: rotate(-8deg); filter: blur(0.3px); }
.gmp-botanical-5 { width: clamp(260px, 28vw, 460px); height: auto; top: 48%; right: 2%; opacity: 0.06; transform: rotate(22deg) scaleX(-1); }
.gmp-botanical-6 { width: clamp(280px, 30vw, 480px); height: auto; top: 65%; left: 5%; opacity: 0.05; transform: rotate(-14deg); filter: blur(0.5px); }
.gmp-botanical-7 { width: clamp(220px, 24vw, 400px); height: auto; top: 10%; left: 8%; opacity: 0.04; transform: rotate(18deg); }
.gmp-botanical-8 { width: clamp(240px, 26vw, 420px); height: auto; bottom: 18%; right: 5%; opacity: 0.05; transform: rotate(-22deg) scaleX(-1); filter: blur(0.4px); }

/* 3. Hero section */
.gmp-hero { position: relative; z-index: 1; padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.5rem) clamp(0.6rem, 1vw, 0.8rem); text-align: center; }
.gmp-hero-inner { max-width: 1200px; margin: 0 auto; }
.gmp-hero-text { margin-bottom: clamp(0.8rem, 1.5vw, 1.2rem); }
.gmp-kicker { display: block; font-family: 'Urbanist', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #c9a96e; margin-bottom: 0.45rem; }
.gmp-headline { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.6rem, 2rem + 3.5vw, 5rem); font-weight: 600; color: #311d22; line-height: 1.04; margin: 0 0 0.5rem; letter-spacing: -0.025em; }
.gmp-hero-sub { font-family: 'Inter', sans-serif; font-size: clamp(0.95rem, 0.85rem + 0.5vw, 1.12rem); color: #7a6a62; line-height: 1.65; margin: 0; }

/* 4. Sample showcase — the visual hero */
.gmp-showcase { position: relative; max-width: 1200px; margin: 0 auto clamp(0.6rem, 1vw, 1rem); height: clamp(500px, 52vw, 720px); }
.gmp-card { position: absolute; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.06), 0 24px 64px -12px rgba(0,0,0,.16); transition: scale 0.5s cubic-bezier(.16,1,.3,1), box-shadow 0.45s ease; }
.gmp-card:hover { z-index: 20 !important; scale: 1.06; box-shadow: 0 10px 32px rgba(0,0,0,.1), 0 48px 100px -18px rgba(0,0,0,.26); }
.gmp-card img { display: block; width: 100%; height: auto; border-radius: 14px 14px 0 0; }
.gmp-card-name { display: block; padding: 0.5rem 0.7rem; font-family: 'Urbanist', sans-serif; font-size: 0.68rem; font-weight: 700; color: #311d22; text-align: center; letter-spacing: 0.05em; background: #fff; }

/* Subtle ambient movement: only image layer moves, card layout remains stable. */
@keyframes gmp-image-drift-a { 0%,100% { transform: translate3d(0,0,0) scale(1.04); } 50% { transform: translate3d(-6px,-8px,0) scale(1.06); } }
@keyframes gmp-image-drift-b { 0%,100% { transform: translate3d(0,0,0) scale(1.03); } 50% { transform: translate3d(5px,-7px,0) scale(1.05); } }
@keyframes gmp-image-drift-c { 0%,100% { transform: translate3d(0,0,0) scale(1.02); } 50% { transform: translate3d(-4px,-6px,0) scale(1.04); } }
.gmp-card img { transform-origin: center center; will-change: transform; }
.gmp-card-1 img, .gmp-card-4 img { animation: gmp-image-drift-a 15s ease-in-out infinite; }
.gmp-card-2 img, .gmp-card-5 img { animation: gmp-image-drift-b 17s ease-in-out infinite; }
.gmp-card-3 img { animation: gmp-image-drift-c 14s ease-in-out infinite; }

/* Fan spread — editorial cascade with dramatic overlap */
.gmp-card-1 { width: 22%; left: 0%; top: 20%; z-index: 2; transform: rotate(-7deg); }
.gmp-card-2 { width: 28%; left: 12%; top: 2%; z-index: 3; transform: rotate(-2.5deg); }
.gmp-card-3 { width: 36%; left: 50%; top: 0; z-index: 5; transform: translateX(-50%); }
.gmp-card-4 { width: 28%; right: 12%; top: 4%; z-index: 3; transform: rotate(3deg); }
.gmp-card-5 { width: 22%; right: 0%; top: 22%; z-index: 2; transform: rotate(6deg); }

/* 5. Premium label — editorial "Kostenlos Muster Bestellen" */
.gmp-tag {
    position: absolute; z-index: 25; top: -14px; right: 3%;
    background: linear-gradient(155deg, #311d22 0%, #1e1012 100%);
    border: none; border-left: 4px solid #c9a96e;
    padding: 1.3rem 1.8rem 1.15rem 1.5rem; text-align: left;
    color: #fffefc;
    box-shadow: 0 16px 48px -8px rgba(49,29,34,.45), 0 0 0 1px rgba(255,255,255,.04);
    transform: rotate(-1.5deg);
}
.gmp-tag::after {
    content: ""; position: absolute; right: 0; top: 0;
    width: 0; height: 0; border-style: solid;
    border-width: 0 18px 18px 0; border-color: transparent #e2d3c4 transparent transparent;
}
.gmp-tag-line { display: block; font-family: 'Urbanist', sans-serif; text-transform: uppercase; letter-spacing: 0.16em; line-height: 1.5; }
.gmp-tag-line-1 { font-size: 0.72rem; font-weight: 600; color: #c9a96e; }
.gmp-tag-line-2 { font-size: 1.05rem; font-weight: 700; color: #fffefc; }
.gmp-tag-line-3 { font-size: 0.78rem; font-weight: 700; color: rgba(201,169,110,.75); }
/* Legacy selectors — hidden */
.gmp-tag-price, .gmp-tag-divider, .gmp-tag-label, .gmp-tag-sub { display: none; }

/* 6. Hero CTA */
.gmp-hero-cta { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.9rem 2.4rem; background: linear-gradient(135deg, #6a3636 0%, #5C2E2E 50%, #4a2222 100%); color: #fffefc; font-family: 'Urbanist', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.02em; border-radius: 14px; text-decoration: none; box-shadow: 0 6px 28px rgba(92,46,46,.32); transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.2s; }
.gmp-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(92,46,46,.42); filter: brightness(1.06); color: #fffefc; text-decoration: none; }
.gmp-hero-cta svg { opacity: 0.65; transition: transform 0.3s ease, opacity 0.25s; }
.gmp-hero-cta:hover svg { transform: translateY(3px); opacity: 1; }

/* 7. Why Free section */
.gmp-why { position: relative; z-index: 1; padding: clamp(0.8rem, 1.5vw, 1.4rem) clamp(1rem, 3vw, 2.5rem) clamp(0.6rem, 1.2vw, 1.2rem); }
.gmp-why-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.gmp-section-kicker { display: block; font-family: 'Urbanist', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #c9a96e; margin-bottom: 0.35rem; }
.gmp-section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.7rem, 1.3rem + 2vw, 2.8rem); font-weight: 600; color: #311d22; line-height: 1.1; margin: 0 0 clamp(0.8rem, 1.5vw, 1.2rem); letter-spacing: -0.015em; }
.gmp-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(0.6rem, 1.2vw, 1rem); text-align: left; }
.gmp-why-card { padding: clamp(1rem, 2vw, 1.4rem); background: rgba(255,255,255,.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 18px; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 2px 8px rgba(0,0,0,.03), 0 8px 32px -6px rgba(0,0,0,.06); transition: transform 0.4s cubic-bezier(.16,1,.3,1), box-shadow 0.4s ease; position: relative; overflow: hidden; }
.gmp-why-card:hover { transform: translateY(-6px); box-shadow: 0 4px 16px rgba(0,0,0,.06), 0 20px 56px -12px rgba(0,0,0,.14); }
/* Subtle botanical corner ornament inside each why-card. */
.gmp-why-card::after {
    content: "";
    position: absolute;
    bottom: -18%;
    right: -14%;
    width: 60%;
    aspect-ratio: 1;
    background-image: url('../img/gratis-muster/motifs/botanical-flower-light.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.12;
    transform: rotate(15deg);
    pointer-events: none;
    z-index: 0;
}
.gmp-why-card:nth-child(even)::after {
    background-image: url('../img/gratis-muster/motifs/botanical-leaves-light.png');
    transform: rotate(-10deg) scaleX(-1);
    bottom: -20%;
    right: -12%;
    opacity: 0.10;
}
.gmp-why-num { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 8px; background: linear-gradient(135deg, rgba(201,169,110,.12), rgba(201,169,110,.06)); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1rem; font-weight: 700; color: #c9a96e; line-height: 1; margin-bottom: 0.55rem; position: relative; z-index: 1; }
.gmp-why-heading { font-family: 'Urbanist', sans-serif; font-size: 0.9rem; font-weight: 700; color: #311d22; margin: 0 0 0.25rem; line-height: 1.3; position: relative; z-index: 1; }
.gmp-why-text { font-family: 'Inter', sans-serif; font-size: 0.82rem; color: #7a6a62; line-height: 1.6; margin: 0; position: relative; z-index: 1; }

/* 8. Benefits section */
.gmp-benefits { position: relative; z-index: 1; padding: 0 clamp(1rem, 3vw, 2.5rem) clamp(0.8rem, 1.5vw, 1.2rem); }
.gmp-benefits-inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(0.5rem, 1vw, 0.8rem); }
.gmp-benefit { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.6rem 1.1rem; background: rgba(255,255,255,.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.45); border-radius: 14px; box-shadow: 0 2px 14px rgba(0,0,0,.03); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.gmp-benefit:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.07); }
.gmp-benefit-icon { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(135deg, #f5ede4, #efe3d5); display: flex; align-items: center; justify-content: center; color: #c9a96e; flex-shrink: 0; }
.gmp-benefit-text { font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 600; color: #311d22; white-space: nowrap; }

/* 9. Form section — horizontal 3-column premium layout */
.gmp-order { position: relative; z-index: 1; padding: clamp(0.3rem, 0.8vw, 0.5rem) clamp(1rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem); }
.gmp-order-inner { max-width: 1140px; margin: 0 auto; }
.gmp-order-head { text-align: center; margin-bottom: clamp(0.5rem, 1vw, 0.8rem); }
.gmp-order-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.2rem); font-weight: 600; color: #311d22; margin: 0; line-height: 1.15; letter-spacing: -0.01em; }

/* Form card */
.gmp-form-card {
    background: rgba(255,255,255,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-radius: 22px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 16px 52px -10px rgba(0,0,0,.1);
    padding: clamp(1.2rem, 2.5vw, 2rem); color: #1e1512;
    border: 1px solid rgba(255,255,255,.55);
}

/* Cross-page sections appended after the form. */
.gmp-page .hct-section { margin-top: clamp(1.2rem, 2.2vw, 2rem); }
.gmp-page .google-reviews-section { margin-top: 0; }
.gmp-form-head { margin-bottom: 1rem; }
.gmp-form-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.6rem); font-weight: 600; color: #311d22; margin: 0 0 0.2rem; line-height: 1.2; }
.gmp-form-subtitle { font-family: 'Inter', sans-serif; font-size: 0.82rem; color: #7a6a62; margin: 0; line-height: 1.5; }

/* 3-column form grid */
.gm-form-columns { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; align-items: start; }

/* 10. Form groups */
.gm-group { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.gm-group-label { font-family: 'Urbanist', sans-serif; font-size: 0.68rem; font-weight: 700; color: #9a8a80; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.55rem; padding-bottom: 0.4rem; border-bottom: 1px solid rgba(0,0,0,.06); }
.gm-row { margin-bottom: 0.45rem; }
.gm-row:last-child { margin-bottom: 0; }
.gm-row-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0.45rem; }
.gm-row-3col { display: grid; grid-template-columns: 90px 1fr 120px; gap: 0.45rem; }
.gm-field { display: flex; flex-direction: column; }
.gm-input { width: 100%; padding: 0.5rem 0.7rem; border: 1px solid #e0d8d2; border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 0.84rem; color: #1e1512; background: rgba(250,248,245,.7); transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; box-sizing: border-box; -webkit-appearance: none; appearance: none; }
.gm-input::placeholder { color: #b8ada5; font-weight: 400; }
.gm-input:hover { background: rgba(238,232,225,.65); border-color: #d0c5ba; }
.gm-input:focus { outline: none; border-color: #c9a96e; box-shadow: 0 0 0 3px rgba(201,169,110,.12); background: #fff; }
.gm-select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.65rem center; padding-right: 1.6rem; }
.gm-textarea { resize: vertical; min-height: 52px; }

/* 11. Material list — one material per row */
.gm-fieldset { border: none; padding: 0; margin: 0; }
.gm-legend { font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 500; color: #6a5c55; margin-bottom: 0.4rem; display: block; }
.gm-material-list { display: flex; flex-direction: column; gap: 0; margin-bottom: 0.45rem; transition: opacity 0.2s; border: 1px solid #e0d8d2; border-radius: 10px; overflow: hidden; background: rgba(250,248,245,.5); }
.gm-material-list--disabled, .gm-material-grid--disabled { opacity: 0.3; pointer-events: none; }
.gm-material-row { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.75rem; border-bottom: 1px solid rgba(224,216,210,.5); transition: background 0.15s; }
.gm-material-row:last-child { border-bottom: none; }
.gm-material-row:hover { background: rgba(253,245,232,.65); }
.gm-material-label { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; flex: 1; min-width: 0; }
.gm-material-cb { width: 17px; height: 17px; accent-color: #5C2E2E; flex-shrink: 0; cursor: pointer; }
.gm-mat-name { font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 500; color: #2d2419; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color 0.15s, font-weight 0.15s; }
.gm-material-cb:checked ~ .gm-mat-name,
.gm-material-label:has(.gm-material-cb:checked) .gm-mat-name { color: #311d22; font-weight: 700; }
.gm-material-row:has(.gm-material-cb:checked) { background: rgba(201,169,110,.06); }
.gm-mat-link { font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 400; color: #b0a098; text-decoration: none; white-space: nowrap; flex-shrink: 0; padding: 0.1rem 0.35rem; border-radius: 3px; border: 1px solid rgba(201,169,110,.2); transition: color 0.15s, border-color 0.15s, background 0.15s; }
.gm-mat-link:hover { color: #5b2328; border-color: rgba(91,35,40,.25); background: rgba(91,35,40,.04); }
.gm-mat-link:focus-visible { outline: 2px solid rgba(91,35,40,.4); outline-offset: 2px; }
.gm-material-beratung { display: flex; align-items: center; gap: 0.4rem; cursor: pointer; font-size: 0.8rem; color: #6a5c55; padding: 0.5rem 0.75rem; background: rgba(201,169,110,.05); border: 1px solid rgba(201,169,110,.18); border-radius: 10px; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; margin-top: 0.35rem; }
.gm-material-beratung:hover { border-color: #c9a96e; background: rgba(201,169,110,.12); box-shadow: 0 1px 6px rgba(201,169,110,.1); }
.gm-beratung-cb { width: 15px; height: 15px; accent-color: #5C2E2E; flex-shrink: 0; cursor: pointer; }
.gm-beratung-label { flex: 1; font-family: 'Inter', sans-serif; font-size: 0.78rem; }

/* 11b. Legacy chip wrap — kept for backwards compat */
.gm-material-chip-wrap { display: flex; flex-direction: column; align-items: center; gap: 0.1rem; }
.gm-chip-info { font-family: 'Inter', sans-serif; font-size: 0.62rem; color: #9a8d84; text-decoration: none; transition: color 0.15s; white-space: nowrap; padding: 0 0.2rem; }
.gm-chip-info:hover { color: #5b2328; text-decoration: underline; }
.gm-chip-info:focus-visible { outline: 1px solid rgba(91,35,40,.3); outline-offset: 1px; border-radius: 2px; }

/* 11c. Preselection note */
.gm-preselect-note { display: flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.75rem; background: #f5f0e8; border: 1px solid #d9c9a8; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.76rem; font-weight: 600; color: #6b5a3e; margin-bottom: 0.5rem; animation: gm-note-in 0.3s ease-out; transition: opacity 0.4s; }
.gm-preselect-note .bi { color: #b08d57; font-size: 0.85rem; }
@keyframes gm-note-in { 0% { opacity: 0; transform: translateY(-4px); } 100% { opacity: 1; transform: translateY(0); } }

/* 11d. Selected material info panel */
.gm-mat-info-panel { margin-top: 0.5rem; animation: gm-note-in 0.25s ease-out; }
.gm-mat-info-content { display: flex; align-items: center; gap: 0.6rem; padding: 0.55rem 0.85rem; background: rgba(201,169,110,.06); border: 1px solid rgba(201,169,110,.2); border-radius: 10px; }
.gm-mat-info-icon { color: #b08d57; font-size: 1rem; flex-shrink: 0; }
.gm-mat-info-text { flex: 1; display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.gm-mat-info-name { font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 700; color: #2d2419; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gm-mat-info-note { font-family: 'Inter', sans-serif; font-size: 0.68rem; color: #7b746d; }
.gm-mat-info-link { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; color: #5b2328; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: color 0.15s; }
.gm-mat-info-link:hover { color: #471b1f; text-decoration: underline; }

/* 12. Form footer — submit + disclaimer */
.gm-form-footer { margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.gm-turnstile-row { flex-shrink: 0; }
.gm-turnstile { display: inline-block; }
.gm-submit-col { display: flex; flex-direction: column; align-items: flex-end; gap: 0.4rem; margin-left: auto; }
.gm-submit-row { width: auto; }
.gm-submit-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.7rem 2rem; border: none; border-radius: 12px; background: linear-gradient(135deg, #6a3636 0%, #5C2E2E 50%, #4a2222 100%); color: #fffefc; font-family: 'Urbanist', sans-serif; font-size: 0.92rem; font-weight: 700; letter-spacing: 0.02em; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.15s; box-shadow: 0 4px 18px rgba(92,46,46,.3); white-space: nowrap; }
.gm-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(92,46,46,.38); filter: brightness(1.06); }
.gm-submit-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.gm-btn-arrow { font-size: 1rem; transition: transform 0.2s ease; }
.gm-submit-btn:hover .gm-btn-arrow { transform: translateX(3px); }
.gm-btn-spinner { display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255,254,252,.25); border-top-color: #fffefc; border-radius: 50%; animation: gm-spin 0.7s linear infinite; flex-shrink: 0; }
@keyframes gm-spin { to { transform: rotate(360deg); } }
.gm-disclaimer { margin: 0; color: #9a8a80; font-family: 'Inter', sans-serif; font-size: 0.7rem; line-height: 1.5; text-align: right; }

/* 13. Trust strip */
.gmp-trust { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.5rem 1rem; margin-top: 0.8rem; padding-top: 0.7rem; border-top: 1px solid rgba(0,0,0,.05); }
.gmp-trust-item { display: inline-flex; align-items: center; gap: 0.3rem; font-family: 'Inter', sans-serif; font-size: 0.68rem; font-weight: 500; color: #7a6a62; white-space: nowrap; }
.gmp-trust-item svg { color: #c9a96e; flex-shrink: 0; }

/* 14. Success modal overlay (cart-popup style) */
.gm-success-overlay {
    position: fixed; inset: 0;
    background: rgba(30, 20, 14, 0.48);
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    padding: 1rem;
    opacity: 0; transition: opacity 0.22s ease;
    pointer-events: none;
}
.gm-success-overlay.is-open { opacity: 1; pointer-events: auto; }
.gm-success-modal {
    background: #fff; border-radius: 22px;
    box-shadow: 0 8px 40px rgba(30,20,14,.22), 0 2px 8px rgba(30,20,14,.1);
    padding: 2.5rem 2rem 2rem; max-width: 440px; width: 100%;
    text-align: center;
    transform: translateY(18px) scale(0.97); transition: transform 0.22s ease;
}
.gm-success-overlay.is-open .gm-success-modal { transform: translateY(0) scale(1); }
.gm-success-check {
    width: 64px; height: 64px; border-radius: 50%;
    background: linear-gradient(135deg, #f5ede4, #efe3d5);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem;
}
.gm-success-check svg {
    width: 32px; height: 32px; stroke: #c9a96e; stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round; fill: none;
    stroke-dasharray: 60; stroke-dashoffset: 60;
    transition: stroke-dashoffset 0.45s cubic-bezier(0.16,1,0.3,1) 0.15s;
}
.gm-success-overlay.is-open .gm-success-check svg { stroke-dashoffset: 0; }
.gm-success-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.4rem; font-weight: 600; color: #311d22; margin: 0 0 0.5rem; line-height: 1.25; }
.gm-success-text { color: #7a6a62; font-family: 'Inter', sans-serif; font-size: 0.9rem; line-height: 1.6; max-width: 34ch; margin: 0 auto 1.5rem; }
.gm-success-ok {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0.65rem 2.5rem;
    background: linear-gradient(135deg, #6a3636 0%, #5C2E2E 50%, #4a2222 100%);
    color: #fffefc; font-family: 'Urbanist', sans-serif; font-size: 0.92rem; font-weight: 700;
    border: none; border-radius: 12px; cursor: pointer;
    box-shadow: 0 4px 18px rgba(92,46,46,.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gm-success-ok:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(92,46,46,.35); }

@media (prefers-reduced-motion: reduce) {
    .gm-success-overlay,
    .gm-success-modal,
    .gm-success-check svg { transition: none !important; }
    .gm-success-overlay.is-open .gm-success-check svg { stroke-dashoffset: 0 !important; }
}

/* Legacy inline success (hidden, replaced by modal) */
.gm-success { text-align: center; padding: 2.5rem 1rem; display: none !important; }
.gm-checkmark { width: 56px; height: 56px; }
.gm-checkmark-circle { stroke: #c9a96e; stroke-width: 2.5; fill: none; stroke-dasharray: 166; stroke-dashoffset: 0; }
.gm-checkmark-check { stroke: #311d22; stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* Error banner */
.gm-error-banner { background: #fef2f2; border: 1px solid #fca5a5; border-radius: 10px; padding: 0.6rem 0.8rem; margin-bottom: 0.7rem; color: #b91c1c; font-size: 0.82rem; }
.gm-error-list { margin: 0; padding-left: 1rem; }
.gm-error-list li { margin: 0.15rem 0; }

/* 15. Honeypot */
.gm-hp-trap { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* 16. ANIMATIONS — staggered reveal */
@keyframes gmp-fade-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes gmp-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes gmp-scale-in { from { opacity: 0; transform: translateX(-50%) scale(0.92); } to { opacity: 1; transform: translateX(-50%) scale(1); } }

/* Hero stagger */
.gmp-kicker   { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.1s both; }
.gmp-headline { animation: gmp-fade-up 0.7s cubic-bezier(.16,1,.3,1) 0.18s both; }
.gmp-hero-sub { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.28s both; }
.gmp-card-3   { animation: gmp-scale-in 0.7s cubic-bezier(.16,1,.3,1) 0.35s both; }
.gmp-card-2   { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.45s both; }
.gmp-card-4   { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.5s both; }
.gmp-card-1   { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.58s both; }
.gmp-card-5   { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.62s both; }
.gmp-tag      { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.7s both; }
.gmp-hero-cta { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.78s both; }
/* Why section */
.gmp-why .gmp-section-kicker { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.1s both; }
.gmp-why .gmp-section-title  { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.18s both; }
.gmp-why-card:nth-child(1)   { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.25s both; }
.gmp-why-card:nth-child(2)   { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.32s both; }
.gmp-why-card:nth-child(3)   { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.39s both; }
.gmp-why-card:nth-child(4)   { animation: gmp-fade-up 0.5s cubic-bezier(.16,1,.3,1) 0.46s both; }
/* Benefits */
.gmp-benefit:nth-child(1) { animation: gmp-fade-up 0.4s cubic-bezier(.16,1,.3,1) 0.08s both; }
.gmp-benefit:nth-child(2) { animation: gmp-fade-up 0.4s cubic-bezier(.16,1,.3,1) 0.14s both; }
.gmp-benefit:nth-child(3) { animation: gmp-fade-up 0.4s cubic-bezier(.16,1,.3,1) 0.2s both; }
.gmp-benefit:nth-child(4) { animation: gmp-fade-up 0.4s cubic-bezier(.16,1,.3,1) 0.26s both; }
.gmp-benefit:nth-child(5) { animation: gmp-fade-up 0.4s cubic-bezier(.16,1,.3,1) 0.32s both; }
/* Form */
.gmp-order-head  { animation: gmp-fade-up 0.6s cubic-bezier(.16,1,.3,1) 0.1s both; }
.gmp-form-card   { animation: gmp-fade-up 0.7s cubic-bezier(.16,1,.3,1) 0.2s both; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .gmp-kicker, .gmp-headline, .gmp-hero-sub,
    .gmp-card-1, .gmp-card-2, .gmp-card-3, .gmp-card-4, .gmp-card-5,
    .gmp-card img,
    .gmp-tag, .gmp-hero-cta,
    .gmp-why .gmp-section-kicker, .gmp-why .gmp-section-title,
    .gmp-why-card, .gmp-benefit, .gmp-order-head, .gmp-form-card {
        animation: none !important; opacity: 1 !important; transform: none !important;
    }
    .gmp-card-3 { transform: translateX(-50%) !important; }
}

/* 17. RESPONSIVE */

/* Tablet */
@media (max-width: 960px) {
    .gmp-why-grid { grid-template-columns: repeat(2, 1fr); }
    .gmp-showcase { height: clamp(380px, 45vw, 520px); }
    .gmp-tag { padding: 1rem 1.4rem 0.9rem 1.1rem; }
    .gmp-tag-line-1 { font-size: 0.62rem; }
    .gmp-tag-line-2 { font-size: 0.88rem; }
    .gmp-tag-line-3 { font-size: 0.66rem; }
    .gmp-deco-3 { display: none; }
    .gmp-botanical-1 { width: clamp(260px, 30vw, 400px); opacity: 0.09; }
    .gmp-botanical-3, .gmp-botanical-5, .gmp-botanical-7 { display: none; }
    .gm-form-columns { grid-template-columns: 1fr 1fr; }
    .gm-form-columns .gm-group:first-child { grid-column: 1 / -1; }
}

/* Mobile */
@media (max-width: 600px) {
    .gmp-hero { padding: clamp(1rem, 3vw, 1.5rem) 0.85rem clamp(0.5rem, 1vw, 0.8rem); }
    .gmp-headline br, .gmp-hero-sub br, .gmp-section-title br { display: none; }
    .gmp-hero-text { margin-bottom: 0.6rem; }
    .gmp-kicker { margin-bottom: 0.3rem; font-size: 0.65rem; }
    .gmp-headline { margin-bottom: 0.35rem; }

    .gmp-why { padding: 0.5rem 0.85rem 0.4rem; }
    .gmp-why-grid { grid-template-columns: 1fr 1fr; gap: 0.5rem; max-width: none; }
    .gmp-why-card { padding: 0.85rem; }
    .gmp-why-num { width: 1.6rem; height: 1.6rem; font-size: 0.85rem; margin-bottom: 0.4rem; }
    .gmp-why-heading { font-size: 0.82rem; }
    .gmp-why-text { font-size: 0.76rem; }

    .gmp-showcase { height: 300px; max-width: 100%; }
    .gmp-card-5 { display: none; }
    .gmp-card-1 { width: 28%; left: 0; top: 18%; }
    .gmp-card-2 { width: 34%; left: 15%; top: 0; }
    .gmp-card-3 { width: 38%; right: 2%; left: auto; top: 5%; transform: rotate(2deg); }
    .gmp-card-4 { width: 30%; right: 0; top: 38%; transform: rotate(5deg); }

    .gmp-tag { top: -8px; right: 1%; padding: 0.75rem 1.1rem 0.65rem 0.85rem; }
    .gmp-tag::after { border-width: 0 14px 14px 0; }
    .gmp-tag-line-1 { font-size: 0.54rem; }
    .gmp-tag-line-2 { font-size: 0.76rem; }
    .gmp-tag-line-3 { font-size: 0.58rem; }

    .gmp-hero-cta { padding: 0.7rem 1.6rem; font-size: 0.88rem; border-radius: 12px; }

    .gmp-benefits { padding: 0 0.85rem 0.5rem; }
    .gmp-benefits-inner { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .gmp-benefit { padding: 0.45rem 0.8rem; }
    .gmp-benefit-icon { width: 26px; height: 26px; }
    .gmp-benefit-icon svg { width: 14px; height: 14px; }
    .gmp-benefit-text { font-size: 0.76rem; }

    .gmp-order { padding-left: 0.85rem; padding-right: 0.85rem; }
    .gmp-form-card { padding: 1.1rem 0.9rem; border-radius: 18px; }
    .gm-form-columns { grid-template-columns: 1fr; gap: 0.8rem; }
    .gm-row-2col { grid-template-columns: 1fr; gap: 0.4rem; }
    .gm-row-3col { grid-template-columns: 1fr; gap: 0.4rem; }
    .gm-form-footer { flex-direction: column; align-items: stretch; }
    .gm-submit-col { align-items: stretch; }
    .gm-submit-btn { width: 100%; }
    .gm-disclaimer { text-align: center; }

    .gmp-trust { flex-direction: column; align-items: center; gap: 0.25rem; justify-content: center; }

    /* Botanicals — keep some premium feeling on mobile */
    .gmp-botanical { display: none; }
    .gmp-botanical-1 { display: block; width: 200px; top: 0; right: -15%; opacity: 0.06; filter: blur(1px); }
    .gmp-botanical-4 { display: block; width: 160px; bottom: 8%; left: -10%; opacity: 0.05; filter: blur(1px); }
    .gmp-deco { display: none; }

    /* Mobile animations — faster, simpler */
    .gmp-kicker, .gmp-headline, .gmp-hero-sub,
    .gmp-card-1, .gmp-card-2, .gmp-card-3, .gmp-card-4,
    .gmp-tag, .gmp-hero-cta,
    .gmp-why .gmp-section-kicker, .gmp-why .gmp-section-title,
    .gmp-why-card, .gmp-benefit,
    .gmp-order-head, .gmp-form-card {
        animation-duration: 0.4s !important; animation-delay: 0.05s !important;
    }
}

/* Very small screens */
@media (max-width: 380px) {
    .gmp-showcase { height: 250px; }
    .gmp-card-4 { display: none; }
    .gmp-card-1 { width: 34%; left: 0; top: 12%; }
    .gmp-card-2 { width: 38%; left: 20%; top: 0; }
    .gmp-card-3 { width: 40%; right: 0; left: auto; top: 8%; }
    .gmp-tag { right: 0; }
    .gmp-why-grid { grid-template-columns: 1fr; gap: 0.4rem; }
    .gmp-botanical-1, .gmp-botanical-4 { display: none; }
}
