/* ============================================
   ISO MAPS DESIGN SYSTEM
   Font: Roboto
   Text: #2c3e3c
   Heading teal: #4e8b87
   CTA teal dark: #3b706c
   ============================================ */

/* ---------- BASE TYPOGRAPHY ---------- */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.625;
    color: #2c3e3c;
}

h1, .page-title {
    font-size: 32px;
    font-weight: 700;
    color: #4e8b87;
    line-height: 1.2;
    margin-bottom: 16px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

h2.teal { color: #4e8b87; }

h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

p {
    font-size: 18px;
    color: #2c3e3c;
    line-height: 1.625;
}

.subtitle, .section-subtitle {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 36px;
}

.note, .table-note {
    font-size: 13px;
    color: #6e6e6e;
}

/* ---------- BUTTONS ---------- */
.ds-btn-primary {
    display: inline-block;
    background: #3b706c;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    transition: background 0.2s;
}
.ds-btn-primary:hover { background: #2e5956; color: #ffffff !important; }

.ds-btn-secondary {
    display: inline-block;
    background: #ffffff;
    color: #3b706c !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 50px;
    border: 2px solid #a7c2c0;
    cursor: pointer;
    text-decoration: none !important;
    transition: border-color 0.2s;
}
.ds-btn-secondary:hover { border-color: #3b706c; }

.ds-btn-accent {
    display: inline-block;
    background: #ff5b2e;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    text-decoration: none !important;
    transition: background 0.2s;
}
.ds-btn-accent:hover { background: #e5491f; }

/* ---------- CARDS ---------- */
.ds-feature-card {
    background: #ffffff;
    border: 1px solid #e2edec;
    border-radius: 6px;
    padding: 28px 24px;
    transition: box-shadow 0.2s;
}
.ds-feature-card:hover {
    box-shadow: 0 4px 16px rgba(44, 62, 60, 0.08);
}

.ds-feature-card .icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    max-width: 44px;
    background: #e8f4f3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}
.ds-feature-card .icon svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px;
    max-height: 24px;
    stroke: #3b706c;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ds-feature-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}
.ds-feature-card p {
    font-size: 15px;
    color: #6e6e6e;
    line-height: 1.6;
}

/* ---------- HERO ---------- */
.ds-hero {
    padding: 100px 24px 32px;
    text-align: center;
    background: linear-gradient(180deg, #f4f9f8 0%, #ffffff 100%);
}
.ds-hero h1 {
    font-size: clamp(32px, 5vw, 48px);
    max-width: 750px;
    margin: 0 auto 16px;
}
.ds-hero .subtitle {
    max-width: 600px;
    margin: 0 auto 16px;
}
.ds-hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.ds-hero-screenshot {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(44, 62, 60, 0.12);
}
.ds-hero-screenshot-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #e8f4f3, #d4e7e5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4e8b87;
    font-size: 16px;
    font-weight: 500;
}

/* ---------- PRIVACY POINTS ---------- */
.ds-privacy-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    text-align: left;
    margin-top: 24px;
}
.ds-privacy-point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.ds-privacy-point .dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #3b706c;
    border-radius: 50%;
    margin-top: 8px;
}
.ds-privacy-point p {
    font-size: 15px;
}

/* ---------- CTA ACTIONS (centered buttons row) ---------- */
.ds-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---------- TRUST BAR ---------- */
.ds-trust-bar {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    padding: 40px 24px;
    background: #f4f9f8;
    border-top: 1px solid #e2edec;
    border-bottom: 1px solid #e2edec;
    color: #6e6e6e;
    font-size: 14px;
}
.ds-trust-bar span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ds-trust-bar svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px;
    max-height: 20px;
    stroke: #3b706c;
    fill: none;
    stroke-width: 2;
}

/* ---------- SECTIONS ---------- */
.ds-section {
    padding: 32px 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.ds-section-header {
    text-align: center;
    margin-bottom: 28px;
}

.ds-section-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
}

.ds-section-header p {
    font-size: 18px;
    color: #6e6e6e;
}

.ds-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.ds-section-highlight {
    background: #f4f9f8;
    border-radius: 6px;
    padding: 48px 40px;
    text-align: center;
}

.ds-section-highlight h2 {
    color: #4e8b87;
}

/* ---------- BADGES ---------- */
.ds-badge {
    display: inline-block;
    background: #e8f4f3;
    color: #3b706c;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 9999px;
}

.ds-badge-accent {
    display: inline-block;
    background: #ff5b2e;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 9999px;
}

/* ---------- TABLES ---------- */
.ds-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.ds-table thead th {
    background: #f4f9f8;
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ds-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2edec;
    vertical-align: middle;
}
.ds-table td:first-child {
    font-weight: 500;
    color: #2c3e3c;
}
.ds-table tr:last-child td { border-bottom: none; }
.ds-check { color: #3b706c; font-weight: 700; }
.ds-cross { color: #d60606; font-weight: 500; }
.ds-warn  { color: #b8860b; font-weight: 500; }
.ds-soon  { color: #4e8b87; font-weight: 500; font-size: 13px; font-style: italic; }

/* ---------- TEXT PAGES (privacy, terms, etc.) ---------- */
.page-text {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 24px;
}
.page-text h1 {
    font-size: 32px;
    font-weight: 700;
    color: #4e8b87;
    margin-bottom: 24px;
    line-height: 1.2;
}
.page-text h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-top: 32px;
    margin-bottom: 12px;
}
.page-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 8px;
}
.page-text p {
    font-size: 16px;
    color: #2c3e3c;
    line-height: 1.7;
    margin-bottom: 16px;
}
.page-text ul, .page-text ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.page-text li {
    font-size: 16px;
    color: #2c3e3c;
    margin-bottom: 4px;
    line-height: 1.6;
}

/* ---------- RESPONSIVE ---------- */
/* ---------- COMPARISON TABLE ---------- */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    max-width: 920px;
    margin: 0 auto;
}
.comparison-table thead th {
    background: #f4f9f8;
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.comparison-table thead th:not(:first-child) {
    text-align: center;
    width: 140px;
}
.comparison-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2edec;
}
.comparison-table td:first-child {
    font-weight: 500;
    color: #2c3e3c;
}
.comparison-table td:not(:first-child) {
    text-align: center;
}
.comparison-table td svg {
    width: 18px;
    height: 18px;
}
.comparison-table .category-row td {
    background: #f4f9f8;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #3b706c;
    border-bottom: none;
}
.check-icon { stroke: #3b706c; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.x-icon { stroke: #cfcfcf; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 640px) {
    .ds-hero { padding: 72px 20px 56px; }
    .ds-section { padding: 56px 20px; }
    .ds-section-highlight { padding: 32px 20px; }
    .ds-trust-bar { gap: 32px; }
    .ds-table { font-size: 13px; }
    .ds-table td, .ds-table th { padding: 10px 8px; }
    .comparison-table { font-size: 13px; }
    .comparison-table thead th,
    .comparison-table td { padding: 10px 8px; }
}
