/* Page-specific styles for low-cost-graphics-logo-design-company.php; extracted without visual redesign. */

:root{
            --black:#070707;
            --black2:#111111;
            --yellow:#ffd400;
            --yellow2:#ffea63;
            --white:#ffffff;
            --cream:#fffdf2;
            --text:#202020;
            --muted:#5e5e5e;
            --line:#e8e8e8;
            --shadow:0 18px 55px rgba(0,0,0,.10);
            --radius:22px;
        }
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
            margin:0;
            font-family:Arial,Helvetica,sans-serif;
            color:var(--text);
            background:#fff;
            font-size:15px;
            line-height:1.7;
        }
        img{max-width:100%;height:auto}
        a{text-decoration:none}
        .logo-wrap,.hero-wrap,.section-wrap,.footer-wrap{max-width:1180px;margin:auto;padding-left:20px;padding-right:20px}
        .section{padding:82px 0;position:relative}
        .light{background:#fff}
        .soft{background:var(--cream)}
        .dark{background:var(--black);color:#fff}
        .dark2{background:linear-gradient(135deg,#080808,#191919);color:#fff}
        .eyebrow{
            display:inline-flex;align-items:center;gap:8px;
            padding:7px 13px;border-radius:999px;
            background:#fff3a1;color:#171717;font-size:12px;
            font-weight:800;text-transform:uppercase;letter-spacing:.9px;
            margin-bottom:15px;
        }
        .dark .eyebrow,.dark2 .eyebrow{background:var(--yellow);color:#111}
        .section-head{text-align:center;max-width:820px;margin:0 auto 45px}
        .section-head h2{
            margin:0 0 14px;font-size:38px;line-height:1.15;
            color:#080808;font-weight:900;
        }
        .dark .section-head h2,.dark2 .section-head h2{color:#fff}
        .section-head h2 span{color:#d4ae00}
        .dark .section-head h2 span,.dark2 .section-head h2 span{color:var(--yellow)}
        .section-head p{margin:0;color:#4f4f4f;font-size:16px}
        .dark .section-head p,.dark2 .section-head p{color:#dedede}

        /* Hero */
        .logo-hero{
            position:relative;overflow:hidden;
            background:
                radial-gradient(circle at 82% 22%,rgba(255,212,0,.22),transparent 26%),
                radial-gradient(circle at 15% 80%,rgba(255,255,255,.07),transparent 28%),
                linear-gradient(135deg,#050505,#171717 58%,#080808);
            color:#fff;padding:92px 0 72px;
        }
        .logo-hero:before,.logo-hero:after{
            content:"";position:absolute;border:1px solid rgba(255,212,0,.22);
            border-radius:50%;pointer-events:none;
        }
        .logo-hero:before{width:470px;height:470px;right:-180px;top:-190px}
        .logo-hero:after{width:300px;height:300px;left:-150px;bottom:-190px}
        .hero-grid{
            position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;
            gap:48px;align-items:center;
        }
        .hero-copy h1{
            font-size:58px;line-height:1.02;margin:0 0 20px;
            font-weight:950;letter-spacing:-2px;color:#fff;
        }
        .hero-copy h1 span{color:var(--yellow)}
        .hero-copy p{font-size:18px;color:#e4e4e4;max-width:700px;margin:0 0 27px}
        .hero-actions{display:flex;flex-wrap:wrap;gap:12px}
        .btn{
            display:inline-flex;align-items:center;justify-content:center;gap:8px;
            min-height:48px;padding:12px 20px;border-radius:12px;
            font-weight:900;border:2px solid transparent;transition:.2s;
        }
        .btn-yellow{background:var(--yellow);color:#080808}
        .btn-yellow:hover{background:#fff;color:#111}
        .btn-outline{border-color:#fff;color:#fff;background:transparent}
        .btn-outline:hover{background:#fff;color:#111}
        .hero-note{margin-top:18px;font-size:12px;color:#bcbcbc}
        .hero-note strong{color:#fff}
        .logo-stage{
            min-height:410px;display:flex;align-items:center;justify-content:center;
            position:relative;
        }
        .logo-board{
            width:100%;max-width:430px;aspect-ratio:1/1;
            background:#f7f7f7;border-radius:32px;padding:26px;
            box-shadow:0 25px 70px rgba(0,0,0,.42);
            transform:rotate(2deg);
        }
        .logo-board-inner{
            height:100%;border:2px dashed #d1d1d1;border-radius:23px;
            background:linear-gradient(145deg,#fff,#f1f1f1);
            position:relative;display:flex;align-items:center;justify-content:center;
            overflow:hidden;
        }
        .logo-mark{
            width:145px;height:145px;border-radius:38px;
            background:#111;transform:rotate(-8deg);
            display:flex;align-items:center;justify-content:center;
            box-shadow:16px 18px 0 var(--yellow);
        }
        .logo-mark:after{
            content:"IB";color:#fff;font-weight:950;font-size:52px;
            transform:rotate(8deg);letter-spacing:-5px;
        }
        .board-tag{
            position:absolute;padding:8px 12px;border-radius:9px;
            font-size:11px;font-weight:900;background:#fff;color:#111;
            box-shadow:0 8px 25px rgba(0,0,0,.12);
        }
        .tag1{top:30px;left:26px}.tag2{right:25px;top:72px;background:var(--yellow)}
        .tag3{left:36px;bottom:30px}.tag4{right:28px;bottom:42px}

        /* Stats */
        .stats{background:var(--yellow);color:#111;padding:18px 0}
        .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
        .stat{text-align:center;padding:10px;border-right:1px solid rgba(0,0,0,.18)}
        .stat:last-child{border-right:0}
        .stat strong{display:block;font-size:25px;line-height:1.1;font-weight:950}
        .stat span{font-size:12px;font-weight:800}

        /* Cards */
        .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
        .info-card{
            background:#fff;border:1px solid var(--line);border-radius:var(--radius);
            padding:28px;box-shadow:0 10px 35px rgba(0,0,0,.06);
            transition:.2s;height:100%;
        }
        .info-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#f0d300}
        .icon-box{
            width:52px;height:52px;border-radius:15px;background:#111;color:var(--yellow);
            display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:17px;
        }
        .info-card h3{margin:0 0 9px;color:#111;font-size:21px}
        .info-card p{margin:0;color:#555;font-size:14px}

        /* Pricing */
        .pricing-section{background:#f7f7f7}
        .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
        .price-card{
            background:#fff;border:1px solid #ddd;border-radius:24px;overflow:hidden;
            position:relative;box-shadow:0 12px 40px rgba(0,0,0,.07);
            transition:.25s;height:100%;
        }
        .price-card:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(0,0,0,.14)}
        .price-card.featured{border:2px solid #111;transform:translateY(-8px)}
        .price-card.featured:hover{transform:translateY(-13px)}
        .ribbon{
            position:absolute;right:14px;top:14px;background:var(--yellow);color:#111;
            font-size:10px;font-weight:950;padding:6px 10px;border-radius:999px;
        }
        .price-top{padding:27px 25px 20px;background:#111;color:#fff}
        .price-card:nth-child(even) .price-top{background:#171717}
        .plan-no{font-size:11px;color:#bbb;text-transform:uppercase;font-weight:900;letter-spacing:1px}
        .price-top h3{font-size:23px;margin:7px 0;color:#fff}
        .price{font-size:37px;font-weight:950;color:var(--yellow);line-height:1}
        .price small{font-size:12px;color:#bbb;font-weight:700}
        .price-sub{font-size:12px;color:#ddd;margin-top:8px}
        .price-body{padding:22px 25px 25px}
        .price-body ul{list-style:none;margin:0 0 22px;padding:0}
        .price-body li{
            padding:8px 0;border-bottom:1px solid #eee;color:#343434;font-size:13px;
            position:relative;padding-left:21px;
        }
        .price-body li:before{content:"✓";position:absolute;left:0;color:#a48600;font-weight:950}
        .price-btn{width:100%;text-align:center}
        .price-note{
            max-width:920px;margin:25px auto 0;padding:16px 19px;
            border-left:4px solid var(--yellow);background:#fff;color:#555;
            font-size:12px;border-radius:10px;
        }
        .price-note strong{color:#111}

        /* Logo styles */
        .style-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
        .style-card{
            min-height:170px;border-radius:20px;padding:20px;position:relative;overflow:hidden;
            color:#fff;background:#111;border:1px solid #292929;
        }
        .style-card:nth-child(2){background:#252525}
        .style-card:nth-child(3){background:#101010}
        .style-card:nth-child(4){background:#1c1c1c}
        .style-symbol{font-size:34px;color:var(--yellow);font-weight:950;margin-bottom:25px}
        .style-card h3{margin:0;color:#fff;font-size:17px}
        .style-card p{margin:5px 0 0;color:#cfcfcf;font-size:12px}

        /* Process */
        .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
        .process-card{
            border:1px solid #ddd;background:#fff;border-radius:20px;padding:25px;
            position:relative;box-shadow:0 8px 28px rgba(0,0,0,.05)
        }
        .step{
            width:39px;height:39px;border-radius:50%;background:#111;color:var(--yellow);
            display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:17px
        }
        .process-card h3{font-size:19px;color:#111;margin:0 0 7px}
        .process-card p{margin:0;color:#555;font-size:13px}

        /* Dark feature section */
        .feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
        .feature-panel{border:1px solid #333;border-radius:22px;padding:28px;background:#101010}
        .feature-panel h3{color:#fff;margin:0 0 14px;font-size:23px}
        .feature-panel p{color:#d2d2d2;margin:0 0 17px}
        .check-list{list-style:none;padding:0;margin:0}
        .check-list li{padding:9px 0;color:#eee;border-bottom:1px solid #292929;font-size:13px}
        .check-list li:last-child{border-bottom:0}
        .check-list i{color:var(--yellow);margin-right:8px}

        /* Profile + enquiry */
        .profile-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:25px;align-items:stretch}
        .profile-card,.enquiry-card{
            background:#fff;border-radius:24px;border:1px solid #ddd;overflow:hidden;
            box-shadow:0 15px 45px rgba(0,0,0,.08)
        }
        .profile-card{padding:28px;text-align:center}
        .profile-card img{width:145px;height:145px;object-fit:cover;border-radius:50%;border:6px solid var(--yellow);margin-bottom:16px}
        .profile-card h3{margin:0;color:#111;font-size:24px}
        .profile-card .role{color:#806a00;font-weight:800;font-size:13px;margin:3px 0 15px}
        .profile-card p{color:#555;font-size:13px;margin:0 0 16px}
        .socials{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
        .socials a{
            width:35px;height:35px;border-radius:10px;background:#111;color:#fff;
            display:flex;align-items:center;justify-content:center
        }
        .socials a:hover{background:var(--yellow);color:#111}
        .enquiry-card{padding:30px}
        .enquiry-card h3{margin:0;color:#111;font-size:26px}
        .enquiry-card>p{margin:6px 0 20px;color:#555;font-size:13px}
        .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
        .field.full{grid-column:1/-1}
        .field label{display:block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;color:#333;margin-bottom:5px}
        .field input,.field select,.field textarea{
            width:100%;border:1px solid #d7d7d7;border-radius:10px;padding:11px 12px;
            font-size:13px;background:#fff;color:#111;outline:none
        }
        .field input:focus,.field select:focus,.field textarea:focus{border-color:#111;box-shadow:0 0 0 3px rgba(255,212,0,.25)}
        .field textarea{min-height:105px;resize:vertical}
        .whatsapp-btn{
            width:100%;border:0;border-radius:12px;background:#111;color:#fff;
            padding:13px 18px;font-weight:950;margin-top:5px;cursor:pointer
        }
        .whatsapp-btn:hover{background:var(--yellow);color:#111}
        .form-help{font-size:11px;color:#777;margin-top:8px}

        /* FAQ */
        .faq-grid{max-width:900px;margin:auto}
        .faq-item{border:1px solid #ddd;border-radius:15px;margin-bottom:11px;overflow:hidden;background:#fff}
        .faq-q{
            width:100%;background:#fff;border:0;padding:17px 19px;text-align:left;
            font-weight:900;color:#111;font-size:14px;cursor:pointer
        }
        .faq-q:after{content:"+";float:right;color:#9b8100;font-size:19px}
        .faq-a{display:none;padding:0 19px 17px;color:#555;font-size:13px}
        .faq-item.open .faq-a{display:block}

        .final-cta{
            text-align:center;max-width:900px;margin:auto;
            padding:45px 25px;border-radius:28px;
            background:linear-gradient(135deg,#151515,#050505);
            border:1px solid #2d2d2d;box-shadow:0 20px 60px rgba(0,0,0,.25)
        }
        .final-cta h2{margin:0 0 10px;color:#fff;font-size:39px}
        .final-cta p{margin:0 auto 22px;color:#d8d8d8;max-width:680px}

        .mini-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}
        .mini-links a{color:#111;font-size:12px;font-weight:800}
        .mini-links a:hover{color:#806a00}

        @media(max-width:991px){
            .hero-grid,.profile-grid,.feature-grid{grid-template-columns:1fr}
            .hero-copy h1{font-size:47px}
            .cards,.pricing-grid{grid-template-columns:repeat(2,1fr)}
            .style-grid{grid-template-columns:repeat(2,1fr)}
            .process-grid{grid-template-columns:repeat(2,1fr)}
        }
        @media(max-width:650px){
            .section{padding:58px 0}
            .section-head h2{font-size:30px}
            .hero-copy h1{font-size:39px;letter-spacing:-1px}
            .hero-copy p{font-size:15px}
            .logo-hero{padding:66px 0 55px}
            .logo-stage{min-height:320px}
            .logo-board{max-width:330px}
            .stats-grid{grid-template-columns:repeat(2,1fr)}
            .stat{border-right:0}
            .cards,.pricing-grid,.style-grid,.process-grid{grid-template-columns:1fr}
            .price-card.featured{transform:none}
            .form-grid{grid-template-columns:1fr}
            .field.full{grid-column:auto}
            .final-cta h2{font-size:30px}
        }
