/* =============================================================
   Gift Creator Landing — minimal.css
   Tối giản tuyệt đối: không màu sắc, không gradient.
   Chỉ layout + typography + spacing.
   Nền: #fff | Border: #e5e5e5 | Text: inherit từ theme.
============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Inter:wght@400;500;600;700&display=swap');

/* ── RESET + WRAPPER ── */
.gcl-wrap,
.gcl-wrap *,
.gcl-wrap *::before,
.gcl-wrap *::after { box-sizing: border-box !important; }

.gcl-wrap {
    font-family: 'Inter', sans-serif !important;
    color: #111 !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 clamp(20px, 4vw, 60px) 100px !important;
    line-height: 1.65 !important;
    font-size: 15px !important;
}

body #wrapper .content-area .row.row-main:has(.gcl-wrap),
body #wrapper .content-area .row.row-main .large-12:has(.gcl-wrap) {
    max-width: none !important;
    width: 100% !important;
    flex: 0 1 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ── HERO ── */
.gcl-wrap .gcl-hero {
    border: 1px solid #e5e5e5 !important;
    border-radius: 20px !important;
    padding: clamp(56px, 8vw, 96px) clamp(28px, 5vw, 80px) !important;
    text-align: center !important;
    margin-top: clamp(24px, 3vw, 40px) !important;
    margin-bottom: clamp(56px, 7vw, 88px) !important;
}

.gcl-wrap .gcl-hero h1 {
    font-family: 'Lora', serif !important;
    font-size: clamp(2rem, 5.5vw, 3.4rem) !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 0 18px !important;
    line-height: 1.12 !important;
}

.gcl-wrap .gcl-hero-badge {
    display: inline-block !important;
    border: 1px solid #ddd !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    padding: 5px 16px !important;
    border-radius: 100px !important;
    margin-bottom: 22px !important;
    color: #555 !important;
}

.gcl-wrap .gcl-hero-sub {
    font-size: clamp(0.95rem, 2.2vw, 1.1rem) !important;
    color: #555 !important;
    max-width: 640px !important;
    margin: 0 auto 26px !important;
    line-height: 1.75 !important;
}

.gcl-wrap .gcl-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
    margin-bottom: 36px !important;
}

.gcl-wrap .gcl-pill {
    border: 1px solid #ddd !important;
    color: #555 !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    padding: 5px 14px !important;
    border-radius: 100px !important;
}

/* ── BUTTONS ── */
.gcl-wrap .gcl-btn-primary {
    display: inline-block !important;
    background: #111 !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    padding: 15px 40px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: opacity .2s !important;
}
.gcl-wrap .gcl-btn-primary:hover { opacity: 0.8 !important; color: #fff !important; }

.gcl-wrap .gcl-btn-outline {
    display: inline-block !important;
    background: transparent !important;
    color: #111 !important;
    border: 1.5px solid #111 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 13px 34px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: all .2s !important;
}
.gcl-wrap .gcl-btn-outline:hover { background: #111 !important; color: #fff !important; }

.gcl-wrap .gcl-btn-dark {
    display: inline-block !important;
    background: #111 !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    padding: 15px 38px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: opacity .2s !important;
}
.gcl-wrap .gcl-btn-dark:hover { opacity: 0.8 !important; color: #fff !important; }

.gcl-wrap .gcl-btn-ghost {
    display: inline-block !important;
    background: transparent !important;
    border: 1.5px solid #aaa !important;
    color: #111 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 13px 34px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: all .2s !important;
}
.gcl-wrap .gcl-btn-ghost:hover { border-color: #111 !important; color: #111 !important; }

/* ── SECTION COMMON ── */
.gcl-wrap .gcl-section { margin-bottom: 72px !important; }

.gcl-wrap .gcl-h2 {
    font-family: 'Lora', serif !important;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-align: center !important;
    margin: 0 0 10px !important;
    line-height: 1.25 !important;
}

.gcl-wrap .gcl-lead {
    text-align: center !important;
    color: #666 !important;
    font-size: .98rem !important;
    max-width: 560px !important;
    margin: 0 auto 40px !important;
    line-height: 1.75 !important;
}

/* ── CARD TYPES ── */
.gcl-wrap .gcl-types-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-top: 40px !important;
}

.gcl-wrap .gcl-type-card {
    border: 1px solid #e5e5e5 !important;
    border-radius: 16px !important;
    padding: 36px 28px !important;
    text-align: center !important;
    transition: box-shadow .2s !important;
}
.gcl-wrap .gcl-type-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06) !important; }
.gcl-wrap .gcl-type-card.wedding { border-style: dashed !important; }

.gcl-wrap .gcl-type-icon { font-size: 2.8rem !important; margin-bottom: 14px !important; display: block !important; }
.gcl-wrap .gcl-type-card h3 { font-family: 'Lora', serif !important; font-size: 1.35rem !important; color: #111 !important; margin: 0 0 10px !important; }
.gcl-wrap .gcl-type-card p  { color: #666 !important; font-size: .92rem !important; margin: 0 0 18px !important; line-height: 1.72 !important; }

.gcl-wrap .gcl-tags { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; justify-content: center !important; }
.gcl-wrap .gcl-tag { border: 1px solid #ddd !important; color: #555 !important; font-size: 11px !important; font-weight: 600 !important; padding: 3px 10px !important; border-radius: 100px !important; }
.gcl-wrap .gcl-tag.w { border-style: dashed !important; }

/* ── FEATURES ── */
.gcl-wrap .gcl-feat-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 16px !important; }

.gcl-wrap .gcl-feat {
    border: 1px solid #e5e5e5 !important;
    border-radius: 14px !important;
    padding: 26px 20px !important;
    transition: box-shadow .2s !important;
}
.gcl-wrap .gcl-feat:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06) !important; }
.gcl-wrap .gcl-feat.dark { border-color: #111 !important; }

.gcl-wrap .gcl-feat-icon { font-size: 1.9rem !important; margin-bottom: 12px !important; display: block !important; }
.gcl-wrap .gcl-feat h3 { font-family: 'Lora', serif !important; font-size: 1rem !important; color: #111 !important; margin: 0 0 8px !important; line-height: 1.35 !important; }
.gcl-wrap .gcl-feat p  { color: #555 !important; font-size: .86rem !important; margin: 0 !important; line-height: 1.7 !important; }

/* ── VIEWER TRACKING ── */
.gcl-wrap .gcl-track-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 16px !important; margin-top: 40px !important; }
.gcl-wrap .gcl-track-item { text-align: center !important; border: 1px solid #e5e5e5 !important; border-radius: 14px !important; padding: 26px 18px !important; transition: box-shadow .2s !important; }
.gcl-wrap .gcl-track-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06) !important; }
.gcl-wrap .gcl-track-item .ti { font-size: 2rem !important; display: block !important; margin-bottom: 10px !important; }
.gcl-wrap .gcl-track-item h3 { font-family: 'Lora', serif !important; font-size: .98rem !important; color: #111 !important; margin: 0 0 7px !important; }
.gcl-wrap .gcl-track-item p  { color: #555 !important; font-size: .85rem !important; margin: 0 !important; line-height: 1.65 !important; }

/* ── THEME CALLOUT ── */
.gcl-wrap .gcl-theme-callout {
    border: 1px solid #e5e5e5 !important;
    border-radius: 16px !important;
    padding: 28px !important;
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    margin-bottom: 56px !important;
}
.gcl-wrap .gcl-theme-dots { display: flex !important; gap: 7px !important; flex-shrink: 0 !important; }
.gcl-wrap .gcl-dot { width: 24px !important; height: 24px !important; border-radius: 50% !important; border: 1px solid #ddd !important; }
.gcl-wrap .gcl-theme-text h3 { font-family: 'Lora', serif !important; font-size: 1.1rem !important; margin: 0 0 5px !important; color: #111 !important; }
.gcl-wrap .gcl-theme-text p  { color: #555 !important; font-size: .88rem !important; margin: 0 !important; line-height: 1.7 !important; }

/* ── SECURITY ── */
.gcl-wrap .gcl-security {
    border: 1px solid #e5e5e5 !important;
    border-radius: 20px !important;
    padding: clamp(48px, 7vw, 80px) clamp(28px, 5vw, 64px) !important;
    margin-bottom: 72px !important;
}
.gcl-wrap .gcl-security .gcl-h2  { color: #111 !important; }
.gcl-wrap .gcl-security .gcl-lead { color: #666 !important; }

.gcl-wrap .gcl-priv-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; margin-bottom: 20px !important; }
.gcl-wrap .gcl-priv-item { border: 1px solid #e5e5e5 !important; border-radius: 14px !important; padding: 26px 22px !important; transition: box-shadow .2s !important; }
.gcl-wrap .gcl-priv-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06) !important; }
.gcl-wrap .gcl-priv-item .pi { font-size: 1.9rem !important; margin-bottom: 10px !important; display: block !important; }
.gcl-wrap .gcl-priv-item h3 { font-family: 'Lora', serif !important; font-size: 1rem !important; color: #111 !important; margin: 0 0 7px !important; }
.gcl-wrap .gcl-priv-item p  { color: #555 !important; font-size: .86rem !important; margin: 0 !important; line-height: 1.7 !important; }

.gcl-wrap .gcl-priv-note { border: 1px solid #e5e5e5 !important; border-radius: 12px !important; padding: 16px 20px !important; }
.gcl-wrap .gcl-priv-note p { color: #555 !important; font-size: .9rem !important; margin: 0 !important; }

/* ── PLANS TABLE ── */
.gcl-wrap .gcl-table-wrap { overflow-x: auto !important; border-radius: 14px !important; border: 1px solid #e5e5e5 !important; margin-top: 40px !important; }
.gcl-wrap .gcl-table { width: 100% !important; border-collapse: collapse !important; font-size: .86rem !important; }
.gcl-wrap .gcl-table th { padding: 12px 15px !important; text-align: center !important; font-weight: 600 !important; font-size: .8rem !important; letter-spacing: .5px !important; text-transform: uppercase !important; background: #f5f5f5 !important; color: #111 !important; border-bottom: 1px solid #e5e5e5 !important; }
.gcl-wrap .gcl-table th:first-child { text-align: left !important; }
.gcl-wrap .gcl-table td { padding: 11px 15px !important; border-bottom: 1px solid #f0f0f0 !important; text-align: center !important; color: #555 !important; }
.gcl-wrap .gcl-table td:first-child { text-align: left !important; color: #111 !important; font-weight: 500 !important; }
.gcl-wrap .gcl-table tr:last-child td { border-bottom: none !important; }
.gcl-wrap .gcl-table tr:nth-child(even) td { background: #fafafa !important; }
.gcl-wrap .th-free  { background: #f5f5f5 !important; color: #555 !important; }
.gcl-wrap .th-start { background: #e5e5e5 !important; color: #111 !important; }
.gcl-wrap .th-pro   { background: #ddd !important;    color: #111 !important; }
.gcl-wrap .th-prem  { background: #111 !important;    color: #fff !important; }
.gcl-wrap .td-free  { color: #bbb !important; }
.gcl-wrap .td-start { color: #555 !important; font-weight: 600 !important; }
.gcl-wrap .td-pro   { color: #333 !important; font-weight: 600 !important; }
.gcl-wrap .td-prem  { color: #111 !important; font-weight: 700 !important; }

/* ── HOW IT WORKS ── */
.gcl-wrap .gcl-steps { display: flex !important; flex-direction: column !important; }
.gcl-wrap .gcl-step { display: flex !important; gap: 22px !important; align-items: flex-start !important; padding: 26px 0 !important; border-bottom: 1px solid #f0f0f0 !important; }
.gcl-wrap .gcl-step:last-child { border-bottom: none !important; }
.gcl-wrap .gcl-step-n {
    width: 42px !important; height: 42px !important; flex-shrink: 0 !important; margin-top: 2px !important;
    background: #111 !important; color: #fff !important; border-radius: 50% !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    font-family: 'Lora', serif !important; font-weight: 700 !important; font-size: 1rem !important;
}
.gcl-wrap .gcl-step h3 { font-family: 'Lora', serif !important; font-size: 1.05rem !important; color: #111 !important; margin: 0 0 5px !important; }
.gcl-wrap .gcl-step p  { color: #555 !important; font-size: .9rem !important; margin: 0 !important; line-height: 1.65 !important; }

/* ── AI SUGGESTIONS ── */
.gcl-wrap .gcl-ai-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 0 !important; margin: 40px 0 28px !important; }
.gcl-wrap .gcl-ai-step { display: flex !important; gap: 20px !important; align-items: flex-start !important; padding: 24px 0 !important; border-bottom: 1px solid #f0f0f0 !important; }
.gcl-wrap .gcl-ai-step:last-child { border-bottom: none !important; }
.gcl-wrap .gcl-ai-num {
    width: 42px !important; height: 42px !important; flex-shrink: 0 !important;
    background: #111 !important; color: #fff !important; border-radius: 50% !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    font-family: 'Lora', serif !important; font-weight: 700 !important; font-size: 1.1rem !important; margin-top: 2px !important;
}
.gcl-wrap .gcl-ai-step h3 { font-family: 'Lora', serif !important; font-size: 1.05rem !important; color: #111 !important; margin: 0 0 6px !important; }
.gcl-wrap .gcl-ai-step p  { color: #555 !important; font-size: .9rem !important; margin: 0 !important; line-height: 1.65 !important; }
.gcl-wrap .gcl-ai-note { display: flex !important; gap: 16px !important; align-items: flex-start !important; border: 1px solid #e5e5e5 !important; border-radius: 14px !important; padding: 22px 24px !important; }
.gcl-wrap .gcl-ai-note-icon { font-size: 1.6rem !important; flex-shrink: 0 !important; margin-top: 2px !important; }
.gcl-wrap .gcl-ai-note p { color: #555 !important; font-size: .9rem !important; margin: 0 !important; line-height: 1.7 !important; }
.gcl-wrap .gcl-ai-note strong { color: #111 !important; }
.gcl-wrap .gcl-ai-pill { display: inline-block !important; background: #111 !important; color: #fff !important; font-size: 11px !important; font-weight: 700 !important; padding: 2px 10px !important; border-radius: 100px !important; vertical-align: middle !important; margin-left: 6px !important; }

/* ── CTA ── */
.gcl-wrap .gcl-cta {
    border: 1px solid #e5e5e5 !important;
    border-radius: 20px !important;
    padding: clamp(52px, 7vw, 80px) clamp(32px, 5vw, 72px) !important;
    text-align: center !important;
}
.gcl-wrap .gcl-cta h2 { font-family: 'Lora', serif !important; font-size: clamp(1.55rem, 4vw, 2.3rem) !important; font-weight: 700 !important; color: #111 !important; margin: 0 0 14px !important; }
.gcl-wrap .gcl-cta p  { color: #666 !important; font-size: .97rem !important; margin: 0 auto 6px !important; max-width: 520px !important; line-height: 1.72 !important; }
.gcl-wrap .gcl-cta-btns { display: flex !important; gap: 14px !important; justify-content: center !important; flex-wrap: wrap !important; margin-top: 30px !important; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .gcl-wrap .gcl-feat-grid  { grid-template-columns: repeat(2, 1fr) !important; }
    .gcl-wrap .gcl-track-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 800px) {
    .gcl-wrap .gcl-types-grid { grid-template-columns: 1fr !important; }
    .gcl-wrap .gcl-priv-grid  { grid-template-columns: 1fr !important; }
    .gcl-wrap .gcl-theme-callout { flex-direction: column !important; align-items: flex-start !important; }
    .gcl-wrap .gcl-security, .gcl-wrap .gcl-cta { padding: 40px 22px !important; }
}
@media (max-width: 500px) {
    .gcl-wrap .gcl-feat-grid,
    .gcl-wrap .gcl-track-grid  { grid-template-columns: 1fr !important; }
    .gcl-wrap .gcl-btn-primary,
    .gcl-wrap .gcl-btn-dark,
    .gcl-wrap .gcl-btn-ghost   { width: 100% !important; text-align: center !important; }
    .gcl-wrap .gcl-cta-btns    { flex-direction: column !important; align-items: stretch !important; }
}

/* ── ACCESSIBILITY ── */
.gcl-wrap .gcl-btn-primary:focus-visible,
.gcl-wrap .gcl-btn-dark:focus-visible,
.gcl-wrap .gcl-btn-ghost:focus-visible,
.gcl-wrap .gcl-btn-outline:focus-visible {
    outline: 2px solid #111 !important;
    outline-offset: 3px !important;
}

/* ── PRINT ── */
@media print {
    .gcl-wrap .gcl-btn-primary,
    .gcl-wrap .gcl-btn-dark,
    .gcl-wrap .gcl-btn-ghost,
    .gcl-wrap .gcl-btn-outline { display: none !important; }
    .gcl-wrap { max-width: 100% !important; padding: 0 !important; }
}




/* Hero cách header một khoảng nhỏ */
body #wrapper .content-area,
body #wrapper .content-area .page-wrapper,
body #wrapper #content,
body #wrapper .row.row-main:has(.gcl-wrap),
body #wrapper .row.row-main .large-12:has(.gcl-wrap),
body #wrapper .row.row-main .large-12:has(.gcl-wrap) .col-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.gcl-wrap .gcl-hero {
    margin-top: 10px !important;
}



/* =============================================================
   DOCUMENT PAGES — Welcome / Terms / Disclaimer
   Used by: [gcc_welcome] [gcc_terms] [gcc_disclaimer]
   Inherits .gcl-wrap base styles. Adds document-specific layout.
============================================================= */

/* Document wrapper — slightly narrower for readability */
.gcl-wrap.gcl-doc {
    max-width: 880px !important;
}

/* ── Document header (Terms / Disclaimer title block) ── */
.gcl-wrap .gcl-doc-header {
    text-align: center !important;
    padding: clamp(32px, 5vw, 56px) 0 clamp(24px, 3vw, 36px) !important;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: clamp(32px, 4vw, 48px) !important;
}

.gcl-wrap .gcl-doc-title {
    font-family: 'Lora', serif !important;
    font-size: clamp(2rem, 4.5vw, 2.8rem) !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 0 14px !important;
    line-height: 1.15 !important;
}

.gcl-wrap .gcl-doc-meta {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
    letter-spacing: .3px !important;
}

.gcl-wrap .gcl-doc-sep {
    margin: 0 8px !important;
    color: #bbb !important;
}

/* ── Document section ── */
.gcl-wrap .gcl-doc-section {
    margin: 0 0 clamp(28px, 3.5vw, 40px) !important;
    padding: 0 !important;
}

.gcl-wrap .gcl-doc-section h2 {
    font-family: 'Lora', serif !important;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem) !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin: 0 0 14px !important;
    line-height: 1.3 !important;
}

.gcl-wrap .gcl-doc-section p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #2a2a2a !important;
    margin: 0 0 14px !important;
}

.gcl-wrap .gcl-doc-section p:last-child {
    margin-bottom: 0 !important;
}

.gcl-wrap .gcl-doc-section ul {
    margin: 8px 0 16px !important;
    padding-left: 24px !important;
    list-style: disc !important;
}

.gcl-wrap .gcl-doc-section ul li {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #2a2a2a !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.gcl-wrap .gcl-doc-section ul li:last-child {
    margin-bottom: 0 !important;
}

.gcl-wrap .gcl-doc-section strong {
    color: #111 !important;
    font-weight: 600 !important;
}

/* ── Welcome-specific tweaks ── */
.gcl-wrap.gcl-doc-welcome .gcl-doc-intro {
    text-align: center !important;
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.gcl-wrap.gcl-doc-welcome .gcl-doc-intro .gcl-lead {
    font-size: clamp(1.05rem, 2vw, 1.2rem) !important;
    color: #111 !important;
    font-weight: 500 !important;
}

.gcl-wrap.gcl-doc-welcome .gcl-doc-intro p {
    margin: 0 0 16px !important;
}

.gcl-wrap .gcl-doc-quote {
    font-family: 'Lora', serif !important;
    font-size: clamp(1.05rem, 2vw, 1.2rem) !important;
    font-style: italic !important;
    color: #333 !important;
    text-align: center !important;
    max-width: 640px !important;
    margin: 0 auto 24px !important;
    line-height: 1.55 !important;
}

/* ── Print-friendly for legal docs ── */
@media print {
    .gcl-wrap.gcl-doc {
        max-width: 100% !important;
        font-size: 11pt !important;
    }
    .gcl-wrap .gcl-doc-section h2 {
        font-size: 13pt !important;
        page-break-after: avoid !important;
    }
    .gcl-wrap .gcl-doc-section {
        page-break-inside: avoid !important;
    }
}