/*
Theme Name: SC Web — Luxury Beach Child Theme
Theme URI: https://scweb.com.au/
Description: An editable, conversion-focused Avada child theme for SC Web — Sunshine Coast Website Developers.
Author: Online Product Co. Pty Ltd
Author URI: https://onlineproductco.com.au/
Template: Avada
Version: 1.1.0
Text Domain: scweb-avada-child
*/

:root {
    --scweb-navy: #092a3a;
    --scweb-deep: #061c29;
    --scweb-teal: #0c7680;
    --scweb-sky: #dff4f3;
    --scweb-sand: #f7f1e7;
    --scweb-coral: #dd765d;
    --scweb-gold: #d3a85c;
    --scweb-ink: #153541;
    --scweb-muted: #5d7078;
    --scweb-radius: 18px;
    --scweb-shadow: 0 18px 50px rgba(9, 42, 58, .12);
}

body {
    color: var(--scweb-ink);
    background: #fff;
}

.scweb-page {
    max-width: 1240px;
    margin: 0 auto;
}

.scweb-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    color: var(--scweb-teal);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.scweb-hero,
.scweb-band {
    position: relative;
    overflow: hidden;
    border-radius: var(--scweb-radius);
    padding: clamp(42px, 7vw, 92px) clamp(24px, 6vw, 86px);
}

.scweb-hero {
    background: linear-gradient(125deg, var(--scweb-deep), var(--scweb-navy) 58%, #0c5867);
    color: #fff;
    box-shadow: var(--scweb-shadow);
}

.scweb-hero:after {
    position: absolute;
    right: -8%;
    bottom: -45%;
    width: 55%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    content: '';
    transform: rotate(-14deg);
}

.scweb-hero > *,
.scweb-band > * { position: relative; z-index: 1; }

.scweb-hero h1,
.scweb-hero h2,
.scweb-hero p { color: #fff; }

.scweb-hero h1 { max-width: 820px; margin: 0 0 20px; font-size: clamp(2.3rem, 5vw, 5.5rem); line-height: .98; }
.scweb-hero p { max-width: 700px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.65; opacity: .9; }

.scweb-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.scweb-button { display: inline-block; border-radius: 999px; padding: 14px 22px; background: var(--scweb-coral); color: #fff !important; font-weight: 800; text-decoration: none !important; box-shadow: 0 8px 20px rgba(221,118,93,.24); }
.scweb-button:hover { background: #c86049; color: #fff !important; transform: translateY(-1px); }
.scweb-button--light { background: #fff; color: var(--scweb-navy) !important; }
.scweb-button--outline { border: 1px solid rgba(255,255,255,.45); background: transparent; }

.scweb-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 28px 0; }
.scweb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.scweb-card { height: 100%; border: 1px solid rgba(9,42,58,.1); border-radius: var(--scweb-radius); padding: 28px; background: #fff; box-shadow: 0 10px 35px rgba(9,42,58,.06); }
.scweb-card h3 { margin-top: 0; color: var(--scweb-navy); }
.scweb-card p:last-child { margin-bottom: 0; }

.scweb-band { margin: 38px 0; background: var(--scweb-sand); }
.scweb-band--teal { background: var(--scweb-sky); }
.scweb-band--dark { background: var(--scweb-navy); color: #fff; }
.scweb-band--dark h2, .scweb-band--dark h3, .scweb-band--dark p { color: #fff; }

.scweb-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 32px 0; }
.scweb-stat { padding: 20px; border-left: 3px solid var(--scweb-gold); }
.scweb-stat strong { display: block; color: var(--scweb-navy); font-size: 2rem; line-height: 1; }
.scweb-stat span { display: block; margin-top: 8px; color: var(--scweb-muted); font-size: .92rem; }

.scweb-list { margin: 0; padding: 0; list-style: none; }
.scweb-list li { position: relative; margin: 0 0 14px; padding-left: 28px; }
.scweb-list li:before { position: absolute; left: 0; top: .45em; width: 10px; height: 10px; border-radius: 50%; background: var(--scweb-coral); content: ''; }

.scweb-faq { border-bottom: 1px solid rgba(9,42,58,.12); padding: 18px 0; }
.scweb-faq h3 { margin: 0 0 8px; font-size: 1.1rem; }
.scweb-cta { text-align: center; }
.scweb-note { color: var(--scweb-muted); font-size: .92rem; }
.scweb-resources { background: #f5f8f7; }
.scweb-resource-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; margin: 20px 0 0; padding: 0; list-style: none; }
.scweb-resource-links li { margin: 0; }
.scweb-resource-links a { color: var(--scweb-navy); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.scweb-resource-links a:hover { color: var(--scweb-teal); }

@media (max-width: 900px) {
    .scweb-grid, .scweb-grid--2 { grid-template-columns: 1fr 1fr; }
    .scweb-stat-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .scweb-grid, .scweb-grid--2, .scweb-stat-row { grid-template-columns: 1fr; }
    .scweb-resource-links { grid-template-columns: 1fr; }
    .scweb-hero, .scweb-band { border-radius: 12px; }
    .scweb-actions a { width: 100%; text-align: center; }
}
